#77685C

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

Shades of Pine Cone #77685C

Tints of Pine Cone #77685C

Color information

#77685C (or 0x77685C) is unknown color: approx Pine Cone. HEX triplet: 77, 68 and 5C. RGB value is (119,104,92). Sum of RGB (Red+Green+Blue) = 119+104+92=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #77685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77685C is #8897A3. Grayscale: #6B6B6B. Windows color (decimal): -8951716 or 6056055. OLE color: 6056055.

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

Color convert

RGB11910492-
CMYK00.130.230.53
HSL26.67º12.8%41.37%-
HSV(B)26.67º22.69%46.67%-
XYZ14.4914.612.18-
YUV107.12119.47136.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 104 (41.02% from 255) = 33.02%
BLUE value IS 92 (36.33% from 255) = 29.21%
R=37.78%
G=33.02%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191049200.130.230.5326.6712.841.37
Hex77685C0D17351bd29
Octal1671501340152765331551
Binary1110111110100010111000110110111110101110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77685C; }

 p { color: rgb(119,104,92); }

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

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

 a { background-color: rgb(119,104,92); }

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

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

 span { border-color: rgb(119,104,92); }

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