#764715

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

Shades of Raw Umber #764715

Tints of Raw Umber #764715

Color information

#764715 (or 0x764715) is unknown color: approx Raw Umber. HEX triplet: 76, 47 and 15. RGB value is (118,71,21). Sum of RGB (Red+Green+Blue) = 118+71+21=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #764715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764715 is #89B8EA. Grayscale: #4F4F4F. Windows color (decimal): -9025771 or 1394550. OLE color: 1394550.

HSL color Cylindrical-coordinate representation of color #764715: hue angle of 30.93º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #764715 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1187121-
CMYK00.400.820.54
HSL30.93º69.78%27.25%-
HSV(B)30.93º82.2%46.27%-
XYZ9.868.411.81-
YUV79.3595.07155.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.19%
GREEN value IS 71 (28.12% from 255) = 33.81%
BLUE value IS 21 (8.59% from 255) = 10%
R=56.19%
G=33.81%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118712100.400.820.5430.9369.7827.25
Hex76471502852361f461b
Octal16610725050122663710633
Binary11101101000111101010101000101001011011011111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764715; }

 p { color: rgb(118,71,21); }

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

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

 a { background-color: rgb(118,71,21); }

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

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

 span { border-color: rgb(118,71,21); }

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