#7F5707

Color #7F5707 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #7F5707

Tints of Raw Umber #7F5707

Color information

#7F5707 (or 0x7F5707) is unknown color: approx Raw Umber. HEX triplet: 7F, 57 and 07. RGB value is (127,87,7). Sum of RGB (Red+Green+Blue) = 127+87+7=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5707 is #80A8F8. Grayscale: #5A5A5A. Windows color (decimal): -8431865 or 481151. OLE color: 481151.

HSL color Cylindrical-coordinate representation of color #7F5707: hue angle of 40º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F5707 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB127877-
CMYK00.310.940.50
HSL40º89.55%26.27%-
HSV(B)40º94.49%49.8%-
XYZ12.211.341.75-
YUV89.8481.25154.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 57.47%
GREEN value IS 87 (34.38% from 255) = 39.37%
BLUE value IS 7 (3.12% from 255) = 3.17%
R=57.47%
G=39.37%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12787700.310.940.504089.5526.27
Hex7F57701F5E32285a1a
Octal1771277037136625013232
Binary111111110101111110111111011110110010101000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,87,7); }

 H1.HeaderClassName
 {
   color: #7F5707;
 }
 .AnyTagClassName
 {
   color: #7F5707;
 }
</style>
background-color css

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

 a { background-color: rgb(127,87,7); }

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

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

 span { border-color: rgb(127,87,7); }

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