#766457

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

Shades of Pine Cone #766457

Tints of Pine Cone #766457

Color information

#766457 (or 0x766457) is unknown color: approx Pine Cone. HEX triplet: 76, 64 and 57. RGB value is (118,100,87). Sum of RGB (Red+Green+Blue) = 118+100+87=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #766457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766457 is #899BA8. Grayscale: #676767. Windows color (decimal): -9018281 or 5727350. OLE color: 5727350.

HSL color Cylindrical-coordinate representation of color #766457: hue angle of 25.16º 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 #766457 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB11810087-
CMYK00.150.260.54
HSL25.16º15.12%40.2%-
HSV(B)25.16º26.27%46.27%-
XYZ13.7513.6510.93-
YUV103.9118.46138.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.69%
GREEN value IS 100 (39.45% from 255) = 32.79%
BLUE value IS 87 (34.38% from 255) = 28.52%
R=38.69%
G=32.79%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181008700.150.260.5425.1615.1240.2
Hex7664570F1A3619f28
Octal1661441270173266311750
Binary1110110110010010101110111111010110110110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766457; }

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

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

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

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

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

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

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

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