#762A0C

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

Shades of Peru Tan #762A0C

Tints of Peru Tan #762A0C

Color information

#762A0C (or 0x762A0C) is unknown color: approx Peru Tan. HEX triplet: 76, 2A and 0C. RGB value is (118,42,12). Sum of RGB (Red+Green+Blue) = 118+42+12=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #762A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762A0C is #89D5F3. Grayscale: #3D3D3D. Windows color (decimal): -9033204 or 797302. OLE color: 797302.

HSL color Cylindrical-coordinate representation of color #762A0C: hue angle of 16.98º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #762A0C is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1184212-
CMYK00.640.900.54
HSL16.98º81.54%25.49%-
HSV(B)16.98º89.83%46.27%-
XYZ8.375.530.98-
YUV61.3100.18168.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.60%
GREEN value IS 42 (16.80% from 255) = 24.42%
BLUE value IS 12 (5.08% from 255) = 6.98%
R=68.60%
G=24.42%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118421200.640.900.5416.9881.5425.49
Hex762AC0405A36115219
Octal16652140100132662112231
Binary1110110101010110001000000101101011011010001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762A0C; }

 p { color: rgb(118,42,12); }

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

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

 a { background-color: rgb(118,42,12); }

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

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

 span { border-color: rgb(118,42,12); }

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