#766857

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

Shades of Pine Cone #766857

Tints of Pine Cone #766857

Color information

#766857 (or 0x766857) is unknown color: approx Pine Cone. HEX triplet: 76, 68 and 57. RGB value is (118,104,87). Sum of RGB (Red+Green+Blue) = 118+104+87=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #766857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766857 is #8997A8. Grayscale: #6A6A6A. Windows color (decimal): -9017257 or 5728374. OLE color: 5728374.

HSL color Cylindrical-coordinate representation of color #766857: hue angle of 32.9º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #766857 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB11810487-
CMYK00.120.260.54
HSL32.9º15.12%40.2%-
HSV(B)32.9º26.27%46.27%-
XYZ14.1414.4411.06-
YUV106.25117.14136.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 87 (34.38% from 255) = 28.16%
R=38.19%
G=33.66%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181048700.120.260.5432.915.1240.2
Hex7668570C1A3621f28
Octal1661501270143266411750
Binary11101101101000101011101100110101101101000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766857; }

 p { color: rgb(118,104,87); }

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

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

 a { background-color: rgb(118,104,87); }

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

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

 span { border-color: rgb(118,104,87); }

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