#766152

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

Shades of Pine Cone #766152

Tints of Pine Cone #766152

Color information

#766152 (or 0x766152) is unknown color: approx Pine Cone. HEX triplet: 76, 61 and 52. RGB value is (118,97,82). Sum of RGB (Red+Green+Blue) = 118+97+82=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #766152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766152 is #899EAD. Grayscale: #656565. Windows color (decimal): -9019054 or 5398902. OLE color: 5398902.

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

Color convert

RGB1189782-
CMYK00.180.310.54
HSL25º18%39.22%-
HSV(B)25º30.51%46.27%-
XYZ13.2713.019.79-
YUV101.57116.96139.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=39.73%
G=32.66%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118978200.180.310.54251839.22
Hex7661520121F36191227
Octal1661411220223766312247
Binary111011011000011010010010010111111101101100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766152; }

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

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

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

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

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

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

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

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