#77695D

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

Shades of Pine Cone #77695D

Tints of Pine Cone #77695D

Color information

#77695D (or 0x77695D) is unknown color: approx Pine Cone. HEX triplet: 77, 69 and 5D. RGB value is (119,105,93). Sum of RGB (Red+Green+Blue) = 119+105+93=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #77695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77695D is #8896A2. Grayscale: #6B6B6B. Windows color (decimal): -8951459 or 6121847. OLE color: 6121847.

HSL color Cylindrical-coordinate representation of color #77695D: hue angle of 27.69º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77695D is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB11910593-
CMYK00.120.220.53
HSL27.69º12.26%41.57%-
HSV(B)27.69º21.85%46.67%-
XYZ14.6414.8212.44-
YUV107.82119.64135.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 93 (36.72% from 255) = 29.34%
R=37.54%
G=33.12%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191059300.120.220.5327.6912.2641.57
Hex77695D0C16351cc2a
Octal1671511350142665341452
Binary1110111110100110111010110010110110101111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77695D; }

 p { color: rgb(119,105,93); }

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

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

 a { background-color: rgb(119,105,93); }

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

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

 span { border-color: rgb(119,105,93); }

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