Html Css Color HEX #7A5015 Raw Umber

📋 copy color: '#7A5015'

red 122 ◦ green 80 ◦ blue 21

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

Shades of Raw Umber #7A5015

Tints of Raw Umber #7A5015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.87%

 BLUE value IS 21 (8.59% from 255) = 9.42%

R = 54.71%
G = 35.87%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.52

RGB Variations

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

Color information

#7A5015 (or 0x7A5015) is known color: Raw Umber. HEX triplet: 7A, 50 and 15. RGB value is (122,80,21). Sum of RGB (Red+Green+Blue) = 122+80+21=223 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.71% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5015 is #85AFEA. Grayscale: #565656. Windows color (decimal): -8761323 or 1396858. OLE color: 1396858.

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

Color convert

RGB 122 80 21 -
CMYK 0 0.34 0.83 0.52
HSL 35.05º 0.71% 0.28% -
HSV(B) 35.05º 0.83% 0.48% -
XYZ 11.03 9.93 2.04 -
YUV 85.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 122 80 21 0 0.34 0.83 0.52 35.05 0.71 0.28
Hex 7A 50 15 0 22 53 34 23 47 1C
Octal 172 120 25 0 42 123 64 43 107 34
Binary 1111010 1010000 10101 0 100010 1010011 110100 100011 1000111 11100

Color Harmonies of #7A5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5015

Black with #7A5015

Text Example


Text Example

White with #7A5015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,80,21); }

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

background-color css

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

 a { background-color: rgb(122,80,21); }

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

border-color css

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

 span { border-color: rgb(122,80,21); }

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