#76420A

Color #76420A Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #76420A

Tints of Raw Umber #76420A

Color information

#76420A (or 0x76420A) is unknown color: approx Raw Umber. HEX triplet: 76, 42 and 0A. RGB value is (118,66,10). Sum of RGB (Red+Green+Blue) = 118+66+10=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #76420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76420A is #89BDF5. Grayscale: #4B4B4B. Windows color (decimal): -9027062 or 672374. OLE color: 672374.

HSL color Cylindrical-coordinate representation of color #76420A: hue angle of 31.11º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76420A is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB1186610-
CMYK00.440.920.54
HSL31.11º84.38%25.1%-
HSV(B)31.11º91.53%46.27%-
XYZ9.477.771.29-
YUV75.1691.23158.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.82%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 10 (4.30% from 255) = 5.15%
R=60.82%
G=34.02%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118661000.440.920.5431.1184.3825.1
Hex7642A02C5C361f5419
Octal16610212054134663712431
Binary1110110100001010100101100101110011011011111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76420A; }

 p { color: rgb(118,66,10); }

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

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

 a { background-color: rgb(118,66,10); }

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

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

 span { border-color: rgb(118,66,10); }

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