#765000

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

Shades of Raw Umber #765000

Tints of Raw Umber #765000

Color information

#765000 (or 0x765000) is unknown color: approx Raw Umber. HEX triplet: 76, 50 and 00. RGB value is (118,80,0). Sum of RGB (Red+Green+Blue) = 118+80+0=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #765000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765000 is #89AFFF. Grayscale: #525252. Windows color (decimal): -9023488 or 20598. OLE color: 20598.

HSL color Cylindrical-coordinate representation of color #765000: hue angle of 40.68º 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 #765000 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB118800-
CMYK00.3210.54
HSL40.68º100%23.14%-
HSV(B)40.68º100%46.27%-
XYZ10.349.591.31-
YUV82.2481.59153.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.60%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.60%
G=40.40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11880000.3210.5440.6810023.14
Hex765000206436296417
Octal1661200040144665114427
Binary11101101010000001000001100100110110101001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765000; }

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

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

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

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

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

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

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

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