#765B04

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

Shades of Raw Umber #765B04

Tints of Raw Umber #765B04

Color information

#765B04 (or 0x765B04) is unknown color: approx Raw Umber. HEX triplet: 76, 5B and 04. RGB value is (118,91,4). Sum of RGB (Red+Green+Blue) = 118+91+4=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #765B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765B04 is #89A4FB. Grayscale: #595959. Windows color (decimal): -9020668 or 285558. OLE color: 285558.

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

Color convert

RGB118914-
CMYK00.230.970.54
HSL45.79º93.44%23.92%-
HSV(B)45.79º96.61%46.27%-
XYZ11.2311.341.71-
YUV89.1579.95148.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 91 (35.94% from 255) = 42.72%
BLUE value IS 4 (1.95% from 255) = 1.88%
R=55.40%
G=42.72%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11891400.230.970.5445.7993.4423.92
Hex765B401761362e5d18
Octal1661334027141665613530
Binary111011010110111000101111100001110110101110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,91,4); }

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

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

 a { background-color: rgb(118,91,4); }

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

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

 span { border-color: rgb(118,91,4); }

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