#765F02

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

Shades of Raw Umber #765F02

Tints of Raw Umber #765F02

Color information

#765F02 (or 0x765F02) is unknown color: approx Raw Umber. HEX triplet: 76, 5F and 02. RGB value is (118,95,2). Sum of RGB (Red+Green+Blue) = 118+95+2=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #765F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765F02 is #89A0FD. Grayscale: #5B5B5B. Windows color (decimal): -9019646 or 155510. OLE color: 155510.

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

Color convert

RGB118952-
CMYK00.190.980.54
HSL48.1º96.67%23.53%-
HSV(B)48.1º98.31%46.27%-
XYZ11.5712.041.77-
YUV91.2877.62147.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.88%
GREEN value IS 95 (37.5% from 255) = 44.19%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=54.88%
G=44.19%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11895200.190.980.5448.196.6723.53
Hex765F20136236306118
Octal1661372023142666014130
Binary11101101011111100100111100010110110110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765F02; }

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

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

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

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

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

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

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

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