Html Css Color HEX #7A5517 Raw Umber

📋 copy color: '#7A5517'

red 122 ◦ green 85 ◦ blue 23

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

Shades of Raw Umber #7A5517

Tints of Raw Umber #7A5517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.96%

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

R = 53.04%
G = 36.96%
B = 10%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.52

RGB Variations

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

Color information

#7A5517 (or 0x7A5517) is known color: Raw Umber. HEX triplet: 7A, 55 and 17. RGB value is (122,85,23). Sum of RGB (Red+Green+Blue) = 122+85+23=230 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.04% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5517 is #85AAE8. Grayscale: #595959. Windows color (decimal): -8760041 or 1529210. OLE color: 1529210.

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

Color convert

RGB 122 85 23 -
CMYK 0 0.30 0.81 0.52
HSL 37.58º 0.68% 0.28% -
HSV(B) 37.58º 0.81% 0.48% -
XYZ 11.43 10.7 2.27 -
YUV 89 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 122 85 23 0 0.30 0.81 0.52 37.58 0.68 0.28
Hex 7A 55 17 0 1E 51 34 26 44 1C
Octal 172 125 27 0 36 121 64 46 104 34
Binary 1111010 1010101 10111 0 11110 1010001 110100 100110 1000100 11100

Color Harmonies of #7A5517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5517

Black with #7A5517

Text Example


Text Example

White with #7A5517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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