Html Css Color HEX #7F5B0E Raw Umber

📋 copy color: '#7F5B0E'

red 127 ◦ green 91 ◦ blue 14

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

Shades of Raw Umber #7F5B0E

Tints of Raw Umber #7F5B0E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.22%

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

R = 54.74%
G = 39.22%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#7F5B0E (or 0x7F5B0E) is known color: Raw Umber. HEX triplet: 7F, 5B and 0E. RGB value is (127,91,14). Sum of RGB (Red+Green+Blue) = 127+91+14=232 (30% of max value = 765). Red value is 127 (50% from 255 or 54.74% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5B0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5B0E is #80A4F1. Grayscale: #5D5D5D. Windows color (decimal): -8430834 or 940927. OLE color: 940927.

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

Color convert

RGB 127 91 14 -
CMYK 0 0.28 0.89 0.50
HSL 40.88º 0.8% 0.28% -
HSV(B) 40.88º 0.89% 0.5% -
XYZ 12.57 12.03 2.07 -
YUV 92.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 127 91 14 0 0.28 0.89 0.50 40.88 0.8 0.28
Hex 7F 5B E 0 1C 59 32 29 50 1C
Octal 177 133 16 0 34 131 62 51 120 34
Binary 1111111 1011011 1110 0 11100 1011001 110010 101001 1010000 11100

Color Harmonies of #7F5B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5B0E

Black with #7F5B0E

Text Example


Text Example

White with #7F5B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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