Html Css Color HEX #7A520E Raw Umber

📋 copy color: '#7A520E'

red 122 ◦ green 82 ◦ blue 14

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

Shades of Raw Umber #7A520E

Tints of Raw Umber #7A520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.61%

 BLUE value IS 14 (5.86% from 255) = 6.42%

R = 55.96%
G = 37.61%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.52

RGB Variations

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

Color information

#7A520E (or 0x7A520E) is known color: Raw Umber. HEX triplet: 7A, 52 and 0E. RGB value is (122,82,14). Sum of RGB (Red+Green+Blue) = 122+82+14=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A520E is #85ADF1. Grayscale: #565656. Windows color (decimal): -8760818 or 938618. OLE color: 938618.

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

Color convert

RGB 122 82 14 -
CMYK 0 0.33 0.89 0.52
HSL 37.78º 0.79% 0.27% -
HSV(B) 37.78º 0.89% 0.48% -
XYZ 11.12 10.2 1.8 -
YUV 86.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 122 82 14 0 0.33 0.89 0.52 37.78 0.79 0.27
Hex 7A 52 E 0 21 59 34 26 4F 1B
Octal 172 122 16 0 41 131 64 46 117 33
Binary 1111010 1010010 1110 0 100001 1011001 110100 100110 1001111 11011

Color Harmonies of #7A520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A520E

Black with #7A520E

Text Example


Text Example

White with #7A520E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,82,14); }

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

background-color css

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

 a { background-color: rgb(122,82,14); }

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

border-color css

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

 span { border-color: rgb(122,82,14); }

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