#776755

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

Shades of Pine Cone #776755

Tints of Pine Cone #776755

Color information

#776755 (or 0x776755) is unknown color: approx Pine Cone. HEX triplet: 77, 67 and 55. RGB value is (119,103,85). Sum of RGB (Red+Green+Blue) = 119+103+85=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #776755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776755 is #8898AA. Grayscale: #696969. Windows color (decimal): -8951979 or 5597047. OLE color: 5597047.

HSL color Cylindrical-coordinate representation of color #776755: hue angle of 31.76º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #776755 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB11910385-
CMYK00.130.290.53
HSL31.76º16.67%40%-
HSV(B)31.76º28.57%46.67%-
XYZ14.114.2810.61-
YUV105.73116.3137.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.76%
GREEN value IS 103 (40.62% from 255) = 33.55%
BLUE value IS 85 (33.59% from 255) = 27.69%
R=38.76%
G=33.55%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191038500.130.290.5331.7616.6740
Hex7767550D1D35201128
Octal1671471250153565402150
Binary111011111001111010101011011110111010110000010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776755; }

 p { color: rgb(119,103,85); }

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

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

 a { background-color: rgb(119,103,85); }

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

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

 span { border-color: rgb(119,103,85); }

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