Html Css Color HEX #7A4D0B Raw Umber

📋 copy color: '#7A4D0B'

red 122 ◦ green 77 ◦ blue 11

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

Shades of Raw Umber #7A4D0B

Tints of Raw Umber #7A4D0B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.67%

 BLUE value IS 11 (4.69% from 255) = 5.24%

R = 58.1%
G = 36.67%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.52

RGB Variations

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

Color information

#7A4D0B (or 0x7A4D0B) is known color: Raw Umber. HEX triplet: 7A, 4D and 0B. RGB value is (122,77,11). Sum of RGB (Red+Green+Blue) = 122+77+11=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A4D0B is #85B2F4. Grayscale: #535353. Windows color (decimal): -8762101 or 740730. OLE color: 740730.

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

Color convert

RGB 122 77 11 -
CMYK 0 0.37 0.91 0.52
HSL 35.68º 0.83% 0.26% -
HSV(B) 35.68º 0.91% 0.48% -
XYZ 10.74 9.47 1.58 -
YUV 82.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 122 77 11 0 0.37 0.91 0.52 35.68 0.83 0.26
Hex 7A 4D B 0 25 5B 34 24 53 1A
Octal 172 115 13 0 45 133 64 44 123 32
Binary 1111010 1001101 1011 0 100101 1011011 110100 100100 1010011 11010

Color Harmonies of #7A4D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4D0B

Black with #7A4D0B

Text Example


Text Example

White with #7A4D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,77,11); }

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

background-color css

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

 a { background-color: rgb(122,77,11); }

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

border-color css

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

 span { border-color: rgb(122,77,11); }

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