#7a400c

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

Shades of Raw Umber #7A400C

Tints of Raw Umber #7A400C

Color information

#7A400C (or 0x7A400C) is unknown color: approx Raw Umber. HEX triplet: 7A, 40 and 0C. RGB value is (122,64,12). Sum of RGB (Red+Green+Blue) = 122+64+12=198 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.62% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 122 - color contains mainly: red. Hex color #7A400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A400C is #85BFF3. Grayscale: #4B4B4B. Windows color (decimal): -8765428 or 802938. OLE color: 802938.

HSL color Cylindrical-coordinate representation of color #7A400C: hue angle of 28.36º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A400C is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB1226412-
CMYK00.480.900.52
HSL28.36º82.09%26.27%-
HSV(B)28.36º90.16%47.84%-
XYZ9.937.831.34-
YUV75.4192.22161.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 61.62%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 12 (5.08% from 255) = 6.06%
R=61.62%
G=32.32%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122641200.480.900.5228.3682.0926.27
Hex7A40C0305A341c521a
Octal17210014060132643412232
Binary1111010100000011000110000101101011010011100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a400c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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