#764602

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

Shades of Raw Umber #764602

Tints of Raw Umber #764602

Color information

#764602 (or 0x764602) is unknown color: approx Raw Umber. HEX triplet: 76, 46 and 02. RGB value is (118,70,2). Sum of RGB (Red+Green+Blue) = 118+70+2=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #764602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764602 is #89B9FD. Grayscale: #4C4C4C. Windows color (decimal): -9026046 or 149110. OLE color: 149110.

HSL color Cylindrical-coordinate representation of color #764602: hue angle of 35.17º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #764602 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB118702-
CMYK00.410.980.54
HSL35.17º96.67%23.53%-
HSV(B)35.17º98.31%46.27%-
XYZ9.678.241.14-
YUV76.685.9157.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.11%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=62.11%
G=36.84%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11870200.410.980.5435.1796.6723.53
Hex764620296236236118
Octal1661062051142664314130
Binary111011010001101001010011100010110110100011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764602; }

 p { color: rgb(118,70,2); }

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

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

 a { background-color: rgb(118,70,2); }

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

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

 span { border-color: rgb(118,70,2); }

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