#765107

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

Shades of Raw Umber #765107

Tints of Raw Umber #765107

Color information

#765107 (or 0x765107) is unknown color: approx Raw Umber. HEX triplet: 76, 51 and 07. RGB value is (118,81,7). Sum of RGB (Red+Green+Blue) = 118+81+7=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #765107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765107 is #89AEF8. Grayscale: #535353. Windows color (decimal): -9023225 or 479606. OLE color: 479606.

HSL color Cylindrical-coordinate representation of color #765107: hue angle of 40º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #765107 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB118817-
CMYK00.310.940.54
HSL40º88.8%24.51%-
HSV(B)40º94.07%46.27%-
XYZ10.459.751.53-
YUV83.6384.76152.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.28%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 7 (3.12% from 255) = 3.40%
R=57.28%
G=39.32%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11881700.310.940.544088.824.51
Hex7651701F5E36285919
Octal1661217037136665013131
Binary111011010100011110111111011110110110101000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765107; }

 p { color: rgb(118,81,7); }

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

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

 a { background-color: rgb(118,81,7); }

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

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

 span { border-color: rgb(118,81,7); }

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