#764928

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

Shades of Cape Palliser #764928

Tints of Cape Palliser #764928

Color information

#764928 (or 0x764928) is unknown color: approx Cape Palliser. HEX triplet: 76, 49 and 28. RGB value is (118,73,40). Sum of RGB (Red+Green+Blue) = 118+73+40=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #764928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764928 is #89B6D7. Grayscale: #525252. Windows color (decimal): -9025240 or 2640246. OLE color: 2640246.

HSL color Cylindrical-coordinate representation of color #764928: hue angle of 25.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #764928 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB1187340-
CMYK00.380.660.54
HSL25.38º49.37%30.98%-
HSV(B)25.38º66.1%46.27%-
XYZ10.248.773.16-
YUV82.69103.91153.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 73 (28.91% from 255) = 31.60%
BLUE value IS 40 (16.02% from 255) = 17.32%
R=51.08%
G=31.60%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118734000.380.660.5425.3849.3730.98
Hex764928026423619311f
Octal1661115004610266316137
Binary11101101001001101000010011010000101101101100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764928; }

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

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

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

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

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

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

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

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