#764932

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

Shades of Cape Palliser #764932

Tints of Cape Palliser #764932

Color information

#764932 (or 0x764932) is unknown color: approx Cape Palliser. HEX triplet: 76, 49 and 32. RGB value is (118,73,50). Sum of RGB (Red+Green+Blue) = 118+73+50=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #764932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764932 is #89B6CD. Grayscale: #535353. Windows color (decimal): -9025230 or 3295606. OLE color: 3295606.

HSL color Cylindrical-coordinate representation of color #764932: hue angle of 20.29º degrees, saturation: 0.4, 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 #764932 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1187350-
CMYK00.380.580.54
HSL20.29º40.48%32.94%-
HSV(B)20.29º57.63%46.27%-
XYZ10.438.854.18-
YUV83.83108.91152.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=48.96%
G=30.29%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118735000.380.580.5420.2940.4832.94
Hex7649320263A36142821
Octal166111620467266245041
Binary11101101001001110010010011011101011011010100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764932; }

 p { color: rgb(118,73,50); }

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

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

 a { background-color: rgb(118,73,50); }

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

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

 span { border-color: rgb(118,73,50); }

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