#77695C

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

Shades of Pine Cone #77695C

Tints of Pine Cone #77695C

Color information

#77695C (or 0x77695C) is unknown color: approx Pine Cone. HEX triplet: 77, 69 and 5C. RGB value is (119,105,92). Sum of RGB (Red+Green+Blue) = 119+105+92=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #77695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77695C is #8896A3. Grayscale: #6B6B6B. Windows color (decimal): -8951460 or 6056311. OLE color: 6056311.

HSL color Cylindrical-coordinate representation of color #77695C: hue angle of 28.89º 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 #77695C is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB11910592-
CMYK00.120.230.53
HSL28.89º12.8%41.37%-
HSV(B)28.89º22.69%46.67%-
XYZ14.5914.812.21-
YUV107.7119.14136.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 92 (36.33% from 255) = 29.11%
R=37.66%
G=33.23%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191059200.120.230.5328.8912.841.37
Hex77695C0C17351dd29
Octal1671511340142765351551
Binary1110111110100110111000110010111110101111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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