#764507

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

Shades of Raw Umber #764507

Tints of Raw Umber #764507

Color information

#764507 (or 0x764507) is unknown color: approx Raw Umber. HEX triplet: 76, 45 and 07. RGB value is (118,69,7). Sum of RGB (Red+Green+Blue) = 118+69+7=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #764507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764507 is #89BAF8. Grayscale: #4C4C4C. Windows color (decimal): -9026297 or 476534. OLE color: 476534.

HSL color Cylindrical-coordinate representation of color #764507: hue angle of 33.51º 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 #764507 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB118697-
CMYK00.420.940.54
HSL33.51º88.8%24.51%-
HSV(B)33.51º94.07%46.27%-
XYZ9.648.121.26-
YUV76.5888.73157.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.82%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 7 (3.12% from 255) = 3.61%
R=60.82%
G=35.57%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11869700.420.940.5433.5188.824.51
Hex7645702A5E36225919
Octal1661057052136664213131
Binary1110110100010111101010101011110110110100010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764507; }

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

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

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

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

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

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

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

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