#766757

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

Shades of Pine Cone #766757

Tints of Pine Cone #766757

Color information

#766757 (or 0x766757) is unknown color: approx Pine Cone. HEX triplet: 76, 67 and 57. RGB value is (118,103,87). Sum of RGB (Red+Green+Blue) = 118+103+87=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #766757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766757 is #8998A8. Grayscale: #696969. Windows color (decimal): -9017513 or 5728118. OLE color: 5728118.

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

Color convert

RGB11810387-
CMYK00.130.260.54
HSL30.97º15.12%40.2%-
HSV(B)30.97º26.27%46.27%-
XYZ14.0414.2411.03-
YUV105.66117.47136.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 87 (34.38% from 255) = 28.25%
R=38.31%
G=33.44%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181038700.130.260.5430.9715.1240.2
Hex7667570D1A361ff28
Octal1661471270153266371750
Binary1110110110011110101110110111010110110111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766757; }

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

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

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

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

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

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

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

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