Html Css Color HEX #7A420D Raw Umber

📋 copy color: '#7A420D'

red 122 ◦ green 66 ◦ blue 13

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

Shades of Raw Umber #7A420D

Tints of Raw Umber #7A420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.84%

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

R = 60.7%
G = 32.84%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7A420D (or 0x7A420D) is known color: Raw Umber. HEX triplet: 7A, 42 and 0D. RGB value is (122,66,13). Sum of RGB (Red+Green+Blue) = 122+66+13=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A420D is #85BDF2. Grayscale: #4C4C4C. Windows color (decimal): -8764915 or 868986. OLE color: 868986.

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

Color convert

RGB 122 66 13 -
CMYK 0 0.46 0.89 0.52
HSL 29.17º 0.81% 0.26% -
HSV(B) 29.17º 0.89% 0.48% -
XYZ 10.05 8.06 1.41 -
YUV 76.7 92.05 160.31 -
System Red Green Blue C M Y K H S L
Decimal 122 66 13 0 0.46 0.89 0.52 29.17 0.81 0.26
Hex 7A 42 D 0 2E 59 34 1D 51 1A
Octal 172 102 15 0 56 131 64 35 121 32
Binary 1111010 1000010 1101 0 101110 1011001 110100 11101 1010001 11010

Color Harmonies of #7A420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A420D

Black with #7A420D

Text Example


Text Example

White with #7A420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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