#764929

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

Shades of Cape Palliser #764929

Tints of Cape Palliser #764929

Color information

#764929 (or 0x764929) is unknown color: approx Cape Palliser. HEX triplet: 76, 49 and 29. RGB value is (118,73,41). Sum of RGB (Red+Green+Blue) = 118+73+41=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #764929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764929 is #89B6D6. Grayscale: #525252. Windows color (decimal): -9025239 or 2705782. OLE color: 2705782.

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

Color convert

RGB1187341-
CMYK00.380.650.54
HSL24.94º48.43%31.18%-
HSV(B)24.94º65.25%46.27%-
XYZ10.258.783.25-
YUV82.81104.41153.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 41 (16.41% from 255) = 17.67%
R=50.86%
G=31.47%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118734100.380.650.5424.9448.4331.18
Hex764929026413619301f
Octal1661115104610166316037
Binary11101101001001101001010011010000011101101100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764929; }

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

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

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

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

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

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

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

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