#756758

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

Shades of Pine Cone #756758

Tints of Pine Cone #756758

Color information

#756758 (or 0x756758) is unknown color: approx Pine Cone. HEX triplet: 75, 67 and 58. RGB value is (117,103,88). Sum of RGB (Red+Green+Blue) = 117+103+88=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #756758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756758 is #8A98A7. Grayscale: #696969. Windows color (decimal): -9083048 or 5793653. OLE color: 5793653.

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

Color convert

RGB11710388-
CMYK00.120.250.54
HSL31.03º14.15%40.2%-
HSV(B)31.03º24.79%45.88%-
XYZ13.9514.1911.24-
YUV105.48118.14136.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 88 (34.77% from 255) = 28.57%
R=37.99%
G=33.44%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171038800.120.250.5431.0314.1540.2
Hex7567580C19361fe28
Octal1651471300143166371650
Binary1110101110011110110000110011001110110111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756758; }

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

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

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

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

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

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

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

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