#776152

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

Shades of Pine Cone #776152

Tints of Pine Cone #776152

Color information

#776152 (or 0x776152) is unknown color: approx Pine Cone. HEX triplet: 77, 61 and 52. RGB value is (119,97,82). Sum of RGB (Red+Green+Blue) = 119+97+82=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #776152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776152 is #889EAD. Grayscale: #656565. Windows color (decimal): -8953518 or 5398903. OLE color: 5398903.

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

Color convert

RGB1199782-
CMYK00.180.310.53
HSL24.32º18.41%39.41%-
HSV(B)24.32º31.09%46.67%-
XYZ13.4113.089.8-
YUV101.87116.79140.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.93%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 82 (32.42% from 255) = 27.52%
R=39.93%
G=32.55%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119978200.180.310.5324.3218.4139.41
Hex7761520121F35181227
Octal1671411220223765302247
Binary111011111000011010010010010111111101011100010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776152; }

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

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

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

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

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

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

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

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