Html Css Color HEX #7F510E Raw Umber

📋 copy color: '#7F510E'

red 127 ◦ green 81 ◦ blue 14

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

Shades of Raw Umber #7F510E

Tints of Raw Umber #7F510E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.49%

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

R = 57.21%
G = 36.49%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#7F510E (or 0x7F510E) is known color: Raw Umber. HEX triplet: 7F, 51 and 0E. RGB value is (127,81,14). Sum of RGB (Red+Green+Blue) = 127+81+14=222 (29% of max value = 765). Red value is 127 (50% from 255 or 57.21% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 127 - color contains mainly: red. Hex color #7F510E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F510E is #80AEF1. Grayscale: #575757. Windows color (decimal): -8433394 or 938367. OLE color: 938367.

HSL color Cylindrical-coordinate representation of color #7F510E: hue angle of 35.58º 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 #7F510E is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 81 14 -
CMYK 0 0.36 0.89 0.50
HSL 35.58º 0.8% 0.28% -
HSV(B) 35.58º 0.89% 0.5% -
XYZ 11.77 10.43 1.81 -
YUV 87.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 127 81 14 0 0.36 0.89 0.50 35.58 0.8 0.28
Hex 7F 51 E 0 24 59 32 24 50 1C
Octal 177 121 16 0 44 131 62 44 120 34
Binary 1111111 1010001 1110 0 100100 1011001 110010 100100 1010000 11100

Color Harmonies of #7F510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F510E

Black with #7F510E

Text Example


Text Example

White with #7F510E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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