Html Css Color HEX #7F5510 Raw Umber

📋 copy color: '#7F5510'

red 127 ◦ green 85 ◦ blue 16

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

Shades of Raw Umber #7F5510

Tints of Raw Umber #7F5510

RGB

 RED value IS 127 (50% from 255) = 55.7%

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

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

R = 55.7%
G = 37.28%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#7F5510 (or 0x7F5510) is known color: Raw Umber. HEX triplet: 7F, 55 and 10. RGB value is (127,85,16). Sum of RGB (Red+Green+Blue) = 127+85+16=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5510 is #80AAEF. Grayscale: #5A5A5A. Windows color (decimal): -8432368 or 1070463. OLE color: 1070463.

HSL color Cylindrical-coordinate representation of color #7F5510: hue angle of 37.3º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F5510 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 85 16 -
CMYK 0 0.33 0.87 0.50
HSL 37.3º 0.78% 0.28% -
HSV(B) 37.3º 0.87% 0.5% -
XYZ 12.09 11.05 1.98 -
YUV 89.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 127 85 16 0 0.33 0.87 0.50 37.3 0.78 0.28
Hex 7F 55 10 0 21 57 32 25 4E 1C
Octal 177 125 20 0 41 127 62 45 116 34
Binary 1111111 1010101 10000 0 100001 1010111 110010 100101 1001110 11100

Color Harmonies of #7F5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5510

Black with #7F5510

Text Example


Text Example

White with #7F5510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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