Html Css Color HEX #7A5017 Raw Umber

📋 copy color: '#7A5017'

red 122 ◦ green 80 ◦ blue 23

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

Shades of Raw Umber #7A5017

Tints of Raw Umber #7A5017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.22%

R = 54.22%
G = 35.56%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.52

RGB Variations

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

Color information

#7A5017 (or 0x7A5017) is known color: Raw Umber. HEX triplet: 7A, 50 and 17. RGB value is (122,80,23). Sum of RGB (Red+Green+Blue) = 122+80+23=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 23 (9.38% from 255 or 10.22% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5017 is #85AFE8. Grayscale: #565656. Windows color (decimal): -8761321 or 1527930. OLE color: 1527930.

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

Color convert

RGB 122 80 23 -
CMYK 0 0.34 0.81 0.52
HSL 34.55º 0.68% 0.28% -
HSV(B) 34.55º 0.81% 0.48% -
XYZ 11.05 9.94 2.15 -
YUV 86.06 92.41 153.63 -
System Red Green Blue C M Y K H S L
Decimal 122 80 23 0 0.34 0.81 0.52 34.55 0.68 0.28
Hex 7A 50 17 0 22 51 34 23 44 1C
Octal 172 120 27 0 42 121 64 43 104 34
Binary 1111010 1010000 10111 0 100010 1010001 110100 100011 1000100 11100

Color Harmonies of #7A5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5017

Black with #7A5017

Text Example


Text Example

White with #7A5017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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