#77604D

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

Shades of Pine Cone #77604D

Tints of Pine Cone #77604D

Color information

#77604D (or 0x77604D) is unknown color: approx Pine Cone. HEX triplet: 77, 60 and 4D. RGB value is (119,96,77). Sum of RGB (Red+Green+Blue) = 119+96+77=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #77604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77604D is #889FB2. Grayscale: #646464. Windows color (decimal): -8953779 or 5070967. OLE color: 5070967.

HSL color Cylindrical-coordinate representation of color #77604D: hue angle of 27.14º 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 #77604D is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1199677-
CMYK00.190.350.53
HSL27.14º21.43%38.43%-
HSV(B)27.14º35.29%46.67%-
XYZ13.1312.828.8-
YUV100.71114.62141.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.75%
GREEN value IS 96 (37.89% from 255) = 32.88%
BLUE value IS 77 (30.47% from 255) = 26.37%
R=40.75%
G=32.88%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119967700.190.350.5327.1421.4338.43
Hex77604D01323351b1526
Octal1671401150234365332546
Binary1110111110000010011010100111000111101011101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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