#776452

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

Shades of Pine Cone #776452

Tints of Pine Cone #776452

Color information

#776452 (or 0x776452) is unknown color: approx Pine Cone. HEX triplet: 77, 64 and 52. RGB value is (119,100,82). Sum of RGB (Red+Green+Blue) = 119+100+82=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #776452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776452 is #889BAD. Grayscale: #676767. Windows color (decimal): -8952750 or 5399671. OLE color: 5399671.

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

Color convert

RGB11910082-
CMYK00.160.310.53
HSL29.19º18.41%39.41%-
HSV(B)29.19º31.09%46.67%-
XYZ13.6913.659.9-
YUV103.63115.79138.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.53%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=39.53%
G=33.22%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191008200.160.310.5329.1918.4139.41
Hex7764520101F351d1227
Octal1671441220203765352247
Binary111011111001001010010010000111111101011110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776452; }

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

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

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

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

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

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

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

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