#7A4002

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

Shades of Raw Umber #7A4002

Tints of Raw Umber #7A4002

Color information

#7A4002 (or 0x7A4002) is unknown color: approx Raw Umber. HEX triplet: 7A, 40 and 02. RGB value is (122,64,2). Sum of RGB (Red+Green+Blue) = 122+64+2=188 (24% of max value = 765). Red value is 122 (48.05% from 255 or 64.89% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4002 is #85BFFD. Grayscale: #4A4A4A. Windows color (decimal): -8765438 or 147578. OLE color: 147578.

HSL color Cylindrical-coordinate representation of color #7A4002: hue angle of 31º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A4002 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB122642-
CMYK00.480.980.52
HSL31º96.77%24.31%-
HSV(B)31º98.36%47.84%-
XYZ9.877.811.04-
YUV74.2787.22162.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 64.89%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 2 (1.17% from 255) = 1.06%
R=64.89%
G=34.04%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12264200.480.980.523196.7724.31
Hex7A40203062341f6118
Octal1721002060142643714130
Binary11110101000000100110000110001011010011111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A4002; }

 p { color: rgb(122,64,2); }

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

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

 a { background-color: rgb(122,64,2); }

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

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

 span { border-color: rgb(122,64,2); }

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