#77644D

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

Shades of Pine Cone #77644D

Tints of Pine Cone #77644D

Color information

#77644D (or 0x77644D) is unknown color: approx Pine Cone. HEX triplet: 77, 64 and 4D. RGB value is (119,100,77). Sum of RGB (Red+Green+Blue) = 119+100+77=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #77644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77644D is #889BB2. Grayscale: #676767. Windows color (decimal): -8952755 or 5071991. OLE color: 5071991.

HSL color Cylindrical-coordinate representation of color #77644D: hue angle of 32.86º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77644D is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB11910077-
CMYK00.160.350.53
HSL32.86º21.43%38.43%-
HSV(B)32.86º35.29%46.67%-
XYZ13.513.578.93-
YUV103.06113.29139.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.20%
GREEN value IS 100 (39.45% from 255) = 33.78%
BLUE value IS 77 (30.47% from 255) = 26.01%
R=40.20%
G=33.78%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191007700.160.350.5332.8621.4338.43
Hex77644D0102335211526
Octal1671441150204365412546
Binary11101111100100100110101000010001111010110000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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