Html Css Color HEX #7A5510 Raw Umber

📋 copy color: '#7A5510'

red 122 ◦ green 85 ◦ blue 16

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

Shades of Raw Umber #7A5510

Tints of Raw Umber #7A5510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.17%

R = 54.71%
G = 38.12%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.52

RGB Variations

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

Color information

#7A5510 (or 0x7A5510) is known color: Raw Umber. HEX triplet: 7A, 55 and 10. RGB value is (122,85,16). Sum of RGB (Red+Green+Blue) = 122+85+16=223 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.71% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5510 is #85AAEF. Grayscale: #585858. Windows color (decimal): -8760048 or 1070458. OLE color: 1070458.

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

Color convert

RGB 122 85 16 -
CMYK 0 0.30 0.87 0.52
HSL 39.06º 0.77% 0.27% -
HSV(B) 39.06º 0.87% 0.48% -
XYZ 11.37 10.67 1.95 -
YUV 88.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 122 85 16 0 0.30 0.87 0.52 39.06 0.77 0.27
Hex 7A 55 10 0 1E 57 34 27 4D 1B
Octal 172 125 20 0 36 127 64 47 115 33
Binary 1111010 1010101 10000 0 11110 1010111 110100 100111 1001101 11011

Color Harmonies of #7A5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5510

Black with #7A5510

Text Example


Text Example

White with #7A5510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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