Html Css Color HEX #7A5602 Raw Umber

📋 copy color: '#7A5602'

red 122 ◦ green 86 ◦ blue 2

#7A5602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #7A5602

Tints of Raw Umber #7A5602

RGB

 RED value IS 122 (48.05% from 255) = 58.1%

 GREEN value IS 86 (33.98% from 255) = 40.95%

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 58.1%
G = 40.95%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#7A5602 (or 0x7A5602) is known color: Raw Umber. HEX triplet: 7A, 56 and 02. RGB value is (122,86,2). Sum of RGB (Red+Green+Blue) = 122+86+2=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5602 is #85A9FD. Grayscale: #575757. Windows color (decimal): -8759806 or 153210. OLE color: 153210.

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

Color convert

RGB 122 86 2 -
CMYK 0 0.30 0.98 0.52
HSL 42º 0.97% 0.24% -
HSV(B) 42º 0.98% 0.48% -
XYZ 11.36 10.8 1.54 -
YUV 87.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 122 86 2 0 0.30 0.98 0.52 42 0.97 0.24
Hex 7A 56 2 0 1E 62 34 2A 61 18
Octal 172 126 2 0 36 142 64 52 141 30
Binary 1111010 1010110 10 0 11110 1100010 110100 101010 1100001 11000

Color Harmonies of #7A5602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5602

Black with #7A5602

Text Example


Text Example

White with #7A5602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A5602;
 }
 .AnyTagClassName
 {
   color: #7A5602;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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