Html Css Color HEX #7A4D13 Raw Umber

📋 copy color: '#7A4D13'

red 122 ◦ green 77 ◦ blue 19

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

Shades of Raw Umber #7A4D13

Tints of Raw Umber #7A4D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.72%

R = 55.96%
G = 35.32%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#7A4D13 (or 0x7A4D13) is known color: Raw Umber. HEX triplet: 7A, 4D and 13. RGB value is (122,77,19). Sum of RGB (Red+Green+Blue) = 122+77+19=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A4D13 is #85B2EC. Grayscale: #545454. Windows color (decimal): -8762093 or 1265018. OLE color: 1265018.

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

Color convert

RGB 122 77 19 -
CMYK 0 0.37 0.84 0.52
HSL 33.79º 0.73% 0.28% -
HSV(B) 33.79º 0.84% 0.48% -
XYZ 10.8 9.49 1.88 -
YUV 83.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 122 77 19 0 0.37 0.84 0.52 33.79 0.73 0.28
Hex 7A 4D 13 0 25 54 34 22 49 1C
Octal 172 115 23 0 45 124 64 42 111 34
Binary 1111010 1001101 10011 0 100101 1010100 110100 100010 1001001 11100

Color Harmonies of #7A4D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4D13

Black with #7A4D13

Text Example


Text Example

White with #7A4D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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