Html Css Color HEX #7A4D0D Raw Umber

📋 copy color: '#7A4D0D'

red 122 ◦ green 77 ◦ blue 13

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

Shades of Raw Umber #7A4D0D

Tints of Raw Umber #7A4D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.13%

R = 57.55%
G = 36.32%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7A4D0D (or 0x7A4D0D) is known color: Raw Umber. HEX triplet: 7A, 4D and 0D. RGB value is (122,77,13). Sum of RGB (Red+Green+Blue) = 122+77+13=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A4D0D is #85B2F2. Grayscale: #535353. Windows color (decimal): -8762099 or 871802. OLE color: 871802.

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

Color convert

RGB 122 77 13 -
CMYK 0 0.37 0.89 0.52
HSL 35.23º 0.81% 0.26% -
HSV(B) 35.23º 0.89% 0.48% -
XYZ 10.75 9.47 1.64 -
YUV 83.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 122 77 13 0 0.37 0.89 0.52 35.23 0.81 0.26
Hex 7A 4D D 0 25 59 34 23 51 1A
Octal 172 115 15 0 45 131 64 43 121 32
Binary 1111010 1001101 1101 0 100101 1011001 110100 100011 1010001 11010

Color Harmonies of #7A4D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4D0D

Black with #7A4D0D

Text Example


Text Example

White with #7A4D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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