#765700

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

Shades of Raw Umber #765700

Tints of Raw Umber #765700

Color information

#765700 (or 0x765700) is unknown color: approx Raw Umber. HEX triplet: 76, 57 and 00. RGB value is (118,87,0). Sum of RGB (Red+Green+Blue) = 118+87+0=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #765700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765700 is #89A8FF. Grayscale: #565656. Windows color (decimal): -9021696 or 22390. OLE color: 22390.

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

Color convert

RGB118870-
CMYK00.2610.54
HSL44.24º100%23.14%-
HSV(B)44.24º100%46.27%-
XYZ10.8810.671.49-
YUV86.3579.27150.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 87 (34.38% from 255) = 42.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.56%
G=42.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11887000.2610.5444.2410023.14
Hex7657001A64362c6417
Octal1661270032144665414427
Binary1110110101011100110101100100110110101100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765700; }

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

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

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

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

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

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

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

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