#764102

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

Shades of Raw Umber #764102

Tints of Raw Umber #764102

Color information

#764102 (or 0x764102) is unknown color: approx Raw Umber. HEX triplet: 76, 41 and 02. RGB value is (118,65,2). Sum of RGB (Red+Green+Blue) = 118+65+2=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #764102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764102 is #89BEFD. Grayscale: #494949. Windows color (decimal): -9027326 or 147830. OLE color: 147830.

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

Color convert

RGB118652-
CMYK00.450.980.54
HSL32.59º96.67%23.53%-
HSV(B)32.59º98.31%46.27%-
XYZ9.377.641.04-
YUV73.6687.56159.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.78%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=63.78%
G=35.14%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11865200.450.980.5432.5996.6723.53
Hex7641202D6236216118
Octal1661012055142664114130
Binary111011010000011001011011100010110110100001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764102; }

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

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

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

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

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

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

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

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