Html Css Color HEX #7F520E Raw Umber

📋 copy color: '#7F520E'

red 127 ◦ green 82 ◦ blue 14

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

Shades of Raw Umber #7F520E

Tints of Raw Umber #7F520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.77%

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

R = 56.95%
G = 36.77%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#7F520E (or 0x7F520E) is known color: Raw Umber. HEX triplet: 7F, 52 and 0E. RGB value is (127,82,14). Sum of RGB (Red+Green+Blue) = 127+82+14=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F520E is #80ADF1. Grayscale: #585858. Windows color (decimal): -8433138 or 938623. OLE color: 938623.

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

Color convert

RGB 127 82 14 -
CMYK 0 0.35 0.89 0.50
HSL 36.11º 0.8% 0.28% -
HSV(B) 36.11º 0.89% 0.5% -
XYZ 11.85 10.58 1.83 -
YUV 87.7 86.41 156.03 -
System Red Green Blue C M Y K H S L
Decimal 127 82 14 0 0.35 0.89 0.50 36.11 0.8 0.28
Hex 7F 52 E 0 23 59 32 24 50 1C
Octal 177 122 16 0 43 131 62 44 120 34
Binary 1111111 1010010 1110 0 100011 1011001 110010 100100 1010000 11100

Color Harmonies of #7F520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F520E

Black with #7F520E

Text Example


Text Example

White with #7F520E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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