#765A01

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

Shades of Raw Umber #765A01

Tints of Raw Umber #765A01

Color information

#765A01 (or 0x765A01) is unknown color: approx Raw Umber. HEX triplet: 76, 5A and 01. RGB value is (118,90,1). Sum of RGB (Red+Green+Blue) = 118+90+1=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #765A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765A01 is #89A5FE. Grayscale: #585858. Windows color (decimal): -9020927 or 88694. OLE color: 88694.

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

Color convert

RGB118901-
CMYK00.240.990.54
HSL45.64º98.32%23.33%-
HSV(B)45.64º99.15%46.27%-
XYZ11.1311.171.6-
YUV88.2378.78149.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 90 (35.55% from 255) = 43.06%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=56.46%
G=43.06%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11890100.240.990.5445.6498.3223.33
Hex765A101863362e6217
Octal1661321030143665614227
Binary1110110101101010110001100011110110101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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