#765B00

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

Shades of Raw Umber #765B00

Tints of Raw Umber #765B00

Color information

#765B00 (or 0x765B00) is unknown color: approx Raw Umber. HEX triplet: 76, 5B and 00. RGB value is (118,91,0). Sum of RGB (Red+Green+Blue) = 118+91+0=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #765B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765B00 is #89A4FF. Grayscale: #595959. Windows color (decimal): -9020672 or 23414. OLE color: 23414.

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

Color convert

RGB118910-
CMYK00.2310.54
HSL46.27º100%23.14%-
HSV(B)46.27º100%46.27%-
XYZ11.2111.331.6-
YUV88.777.95148.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 91 (35.94% from 255) = 43.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.46%
G=43.54%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11891000.2310.5446.2710023.14
Hex765B001764362e6417
Octal1661330027144665614427
Binary1110110101101100101111100100110110101110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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