#763008

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

Shades of Peru Tan #763008

Tints of Peru Tan #763008

Color information

#763008 (or 0x763008) is unknown color: approx Peru Tan. HEX triplet: 76, 30 and 08. RGB value is (118,48,8). Sum of RGB (Red+Green+Blue) = 118+48+8=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #763008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763008 is #89CFF7. Grayscale: #404040. Windows color (decimal): -9031672 or 536694. OLE color: 536694.

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

Color convert

RGB118488-
CMYK00.590.930.54
HSL21.82º87.3%24.71%-
HSV(B)21.82º93.22%46.27%-
XYZ8.575.980.93-
YUV64.3796.19166.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.82%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 8 (3.52% from 255) = 4.60%
R=67.82%
G=27.59%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11848800.590.930.5421.8287.324.71
Hex7630803B5D36165719
Octal1666010073135662612731
Binary111011011000010000111011101110111011010110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763008; }

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

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

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

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

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

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

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

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