#766252

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

Shades of Pine Cone #766252

Tints of Pine Cone #766252

Color information

#766252 (or 0x766252) is unknown color: approx Pine Cone. HEX triplet: 76, 62 and 52. RGB value is (118,98,82). Sum of RGB (Red+Green+Blue) = 118+98+82=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #766252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766252 is #899DAD. Grayscale: #666666. Windows color (decimal): -9018798 or 5399158. OLE color: 5399158.

HSL color Cylindrical-coordinate representation of color #766252: hue angle of 26.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 #766252 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1189882-
CMYK00.170.310.54
HSL26.67º18%39.22%-
HSV(B)26.67º30.51%46.27%-
XYZ13.3613.29.83-
YUV102.16116.63139.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.60%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 82 (32.42% from 255) = 27.52%
R=39.60%
G=32.89%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118988200.170.310.5426.671839.22
Hex7662520111F361b1227
Octal1661421220213766332247
Binary111011011000101010010010001111111101101101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766252; }

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

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

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

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

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

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

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

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