#764402

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

Shades of Raw Umber #764402

Tints of Raw Umber #764402

Color information

#764402 (or 0x764402) is unknown color: approx Raw Umber. HEX triplet: 76, 44 and 02. RGB value is (118,68,2). Sum of RGB (Red+Green+Blue) = 118+68+2=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #764402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764402 is #89BBFD. Grayscale: #4B4B4B. Windows color (decimal): -9026558 or 148598. OLE color: 148598.

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

Color convert

RGB118682-
CMYK00.420.980.54
HSL34.14º96.67%23.53%-
HSV(B)34.14º98.31%46.27%-
XYZ9.557.991.1-
YUV75.4386.56158.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.77%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 2 (1.17% from 255) = 1.06%
R=62.77%
G=36.17%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11868200.420.980.5434.1496.6723.53
Hex7644202A6236226118
Octal1661042052142664214130
Binary111011010001001001010101100010110110100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764402; }

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

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

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

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

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

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

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

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