#765031

Color #765031 Cape Palliser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Palliser #765031

Tints of Cape Palliser #765031

Color information

#765031 (or 0x765031) is unknown color: approx Cape Palliser. HEX triplet: 76, 50 and 31. RGB value is (118,80,49). Sum of RGB (Red+Green+Blue) = 118+80+49=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #765031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765031 is #89AFCE. Grayscale: #575757. Windows color (decimal): -9023439 or 3231862. OLE color: 3231862.

HSL color Cylindrical-coordinate representation of color #765031: hue angle of 26.96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #765031 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1188049-
CMYK00.320.580.54
HSL26.96º41.32%32.75%-
HSV(B)26.96º58.47%46.27%-
XYZ10.899.814.23-
YUV87.83106.09149.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 49 (19.53% from 255) = 19.84%
R=47.77%
G=32.39%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118804900.320.580.5426.9641.3232.75
Hex7650310203A361b2921
Octal166120610407266335141
Binary11101101010000110001010000011101011011011011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765031; }

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

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

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

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

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

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

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

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