#756757

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

Shades of Pine Cone #756757

Tints of Pine Cone #756757

Color information

#756757 (or 0x756757) is unknown color: approx Pine Cone. HEX triplet: 75, 67 and 57. RGB value is (117,103,87). Sum of RGB (Red+Green+Blue) = 117+103+87=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #756757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756757 is #8A98A8. Grayscale: #696969. Windows color (decimal): -9083049 or 5728117. OLE color: 5728117.

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

Color convert

RGB11710387-
CMYK00.120.260.54
HSL32º14.71%40%-
HSV(B)32º25.64%45.88%-
XYZ13.9114.1711.02-
YUV105.36117.64136.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 103 (40.62% from 255) = 33.55%
BLUE value IS 87 (34.38% from 255) = 28.34%
R=38.11%
G=33.55%
B=28.34%

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
Decimal1171038700.120.260.543214.7140
Hex7567570C1A3620f28
Octal1651471270143266401750
Binary11101011100111101011101100110101101101000001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756757; }

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

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

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

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

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

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

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

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