#766552

Color #766552 Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #766552

Tints of Pine Cone #766552

Color information

#766552 (or 0x766552) is unknown color: approx Pine Cone. HEX triplet: 76, 65 and 52. RGB value is (118,101,82). Sum of RGB (Red+Green+Blue) = 118+101+82=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #766552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766552 is #899AAD. Grayscale: #686868. Windows color (decimal): -9018030 or 5399926. OLE color: 5399926.

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

Color convert

RGB11810182-
CMYK00.140.310.54
HSL31.67º18%39.22%-
HSV(B)31.67º30.51%46.27%-
XYZ13.6513.779.92-
YUV103.92115.63138.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=39.20%
G=33.55%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181018200.140.310.5431.671839.22
Hex7665520E1F36201227
Octal1661451220163766402247
Binary111011011001011010010011101111111011010000010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766552; }

 p { color: rgb(118,101,82); }

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

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

 a { background-color: rgb(118,101,82); }

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

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

 span { border-color: rgb(118,101,82); }

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