Html Css Color HEX #7A4D16 Raw Umber

📋 copy color: '#7A4D16'

red 122 ◦ green 77 ◦ blue 22

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

Shades of Raw Umber #7A4D16

Tints of Raw Umber #7A4D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.95%

R = 55.2%
G = 34.84%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.52

RGB Variations

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

Color information

#7A4D16 (or 0x7A4D16) is known color: Raw Umber. HEX triplet: 7A, 4D and 16. RGB value is (122,77,22). Sum of RGB (Red+Green+Blue) = 122+77+22=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A4D16 is #85B2E9. Grayscale: #545454. Windows color (decimal): -8762090 or 1461626. OLE color: 1461626.

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

Color convert

RGB 122 77 22 -
CMYK 0 0.37 0.82 0.52
HSL 33º 0.69% 0.28% -
HSV(B) 33º 0.82% 0.48% -
XYZ 10.82 9.5 2.02 -
YUV 84.19 92.91 154.97 -
System Red Green Blue C M Y K H S L
Decimal 122 77 22 0 0.37 0.82 0.52 33 0.69 0.28
Hex 7A 4D 16 0 25 52 34 21 45 1C
Octal 172 115 26 0 45 122 64 41 105 34
Binary 1111010 1001101 10110 0 100101 1010010 110100 100001 1000101 11100

Color Harmonies of #7A4D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4D16

Black with #7A4D16

Text Example


Text Example

White with #7A4D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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