#776354

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

Shades of Pine Cone #776354

Tints of Pine Cone #776354

Color information

#776354 (or 0x776354) is unknown color: approx Pine Cone. HEX triplet: 77, 63 and 54. RGB value is (119,99,84). Sum of RGB (Red+Green+Blue) = 119+99+84=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #776354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776354 is #889CAB. Grayscale: #676767. Windows color (decimal): -8953004 or 5530487. OLE color: 5530487.

HSL color Cylindrical-coordinate representation of color #776354: hue angle of 25.71º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #776354 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1199984-
CMYK00.170.290.53
HSL25.71º17.24%39.8%-
HSV(B)25.71º29.41%46.67%-
XYZ13.6713.4910.27-
YUV103.27117.13139.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.40%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 84 (33.20% from 255) = 27.81%
R=39.40%
G=32.78%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119998400.170.290.5325.7117.2439.8
Hex7763540111D351a1128
Octal1671431240213565322150
Binary111011111000111010100010001111011101011101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776354; }

 p { color: rgb(119,99,84); }

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

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

 a { background-color: rgb(119,99,84); }

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

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

 span { border-color: rgb(119,99,84); }

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