Html Css Color HEX #7F500E Raw Umber

📋 copy color: '#7F500E'

red 127 ◦ green 80 ◦ blue 14

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

Shades of Raw Umber #7F500E

Tints of Raw Umber #7F500E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.33%

R = 57.47%
G = 36.2%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#7F500E (or 0x7F500E) is known color: Raw Umber. HEX triplet: 7F, 50 and 0E. RGB value is (127,80,14). Sum of RGB (Red+Green+Blue) = 127+80+14=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F500E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F500E is #80AFF1. Grayscale: #565656. Windows color (decimal): -8433650 or 938111. OLE color: 938111.

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

Color convert

RGB 127 80 14 -
CMYK 0 0.37 0.89 0.50
HSL 35.04º 0.8% 0.28% -
HSV(B) 35.04º 0.89% 0.5% -
XYZ 11.7 10.28 1.78 -
YUV 86.53 87.07 156.87 -
System Red Green Blue C M Y K H S L
Decimal 127 80 14 0 0.37 0.89 0.50 35.04 0.8 0.28
Hex 7F 50 E 0 25 59 32 23 50 1C
Octal 177 120 16 0 45 131 62 43 120 34
Binary 1111111 1010000 1110 0 100101 1011001 110010 100011 1010000 11100

Color Harmonies of #7F500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F500E

Black with #7F500E

Text Example


Text Example

White with #7F500E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,80,14); }

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

background-color css

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

 a { background-color: rgb(127,80,14); }

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

border-color css

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

 span { border-color: rgb(127,80,14); }

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