#7A4602

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

Shades of Raw Umber #7A4602

Tints of Raw Umber #7A4602

Color information

#7A4602 (or 0x7A4602) is unknown color: approx Raw Umber. HEX triplet: 7A, 46 and 02. RGB value is (122,70,2). Sum of RGB (Red+Green+Blue) = 122+70+2=194 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.89% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4602 is #85B9FD. Grayscale: #4E4E4E. Windows color (decimal): -8763902 or 149114. OLE color: 149114.

HSL color Cylindrical-coordinate representation of color #7A4602: hue angle of 34º 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 #7A4602 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB122702-
CMYK00.430.980.52
HSL34º96.77%24.31%-
HSV(B)34º98.36%47.84%-
XYZ10.238.521.16-
YUV77.885.23159.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.89%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 2 (1.17% from 255) = 1.03%
R=62.89%
G=36.08%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12270200.430.980.523496.7724.31
Hex7A46202B6234226118
Octal1721062053142644214130
Binary111101010001101001010111100010110100100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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