#763007

Color #763007 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #763007

Tints of Peru Tan #763007

Color information

#763007 (or 0x763007) is unknown color: approx Peru Tan. HEX triplet: 76, 30 and 07. RGB value is (118,48,7). Sum of RGB (Red+Green+Blue) = 118+48+7=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #763007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763007 is #89CFF8. Grayscale: #404040. Windows color (decimal): -9031673 or 471158. OLE color: 471158.

HSL color Cylindrical-coordinate representation of color #763007: hue angle of 22.16º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #763007 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB118487-
CMYK00.590.940.54
HSL22.16º88.8%24.51%-
HSV(B)22.16º94.07%46.27%-
XYZ8.575.980.9-
YUV64.2695.69166.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 68.21%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 7 (3.12% from 255) = 4.05%
R=68.21%
G=27.75%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11848700.590.940.5422.1688.824.51
Hex7630703B5E36165919
Octal166607073136662613131
Binary11101101100001110111011101111011011010110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763007; }

 p { color: rgb(118,48,7); }

 H1.HeaderClassName
 {
   color: #763007;
 }
 .AnyTagClassName
 {
   color: #763007;
 }
</style>
background-color css

<style>
 a { background-color: #763007; }

 a { background-color: rgb(118,48,7); }

 div.DivClassName
 {
   background-color: #763007;
 }
 .BgClassName
 {
   background-color: #763007;
 }
</style>
border-color css

<style>
 span { border-color: #763007; }

 span { border-color: rgb(118,48,7); }

 td.TdClassName
 {
   border-color: #763007;
 }
 .TagClassName
 {
   border-color: #763007;
 }
</style>