#765801

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

Shades of Raw Umber #765801

Tints of Raw Umber #765801

Color information

#765801 (or 0x765801) is unknown color: approx Raw Umber. HEX triplet: 76, 58 and 01. RGB value is (118,88,1). Sum of RGB (Red+Green+Blue) = 118+88+1=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #765801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765801 is #89A7FE. Grayscale: #575757. Windows color (decimal): -9021439 or 88182. OLE color: 88182.

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

Color convert

RGB118881-
CMYK00.250.990.54
HSL44.62º98.32%23.33%-
HSV(B)44.62º99.15%46.27%-
XYZ10.9710.831.54-
YUV87.0579.44150.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 88 (34.77% from 255) = 42.51%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=57.00%
G=42.51%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11888100.250.990.5444.6298.3223.33
Hex7658101963362d6217
Octal1661301031143665514227
Binary1110110101100010110011100011110110101101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765801; }

 p { color: rgb(118,88,1); }

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

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

 a { background-color: rgb(118,88,1); }

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

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

 span { border-color: rgb(118,88,1); }

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