#75665C

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

Shades of Pine Cone #75665C

Tints of Pine Cone #75665C

Color information

#75665C (or 0x75665C) is unknown color: approx Pine Cone. HEX triplet: 75, 66 and 5C. RGB value is (117,102,92). Sum of RGB (Red+Green+Blue) = 117+102+92=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #75665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75665C is #8A99A3. Grayscale: #696969. Windows color (decimal): -9083300 or 6055541. OLE color: 6055541.

HSL color Cylindrical-coordinate representation of color #75665C: hue angle of 24º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75665C is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB11710292-
CMYK00.130.210.54
HSL24º11.96%40.98%-
HSV(B)24º21.37%45.88%-
XYZ14.0214.0612.1-
YUV105.34120.47136.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=37.62%
G=32.80%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171029200.130.210.542411.9640.98
Hex75665C0D153618c29
Octal1651461340152566301451
Binary1110101110011010111000110110101110110110001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75665C; }

 p { color: rgb(117,102,92); }

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

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

 a { background-color: rgb(117,102,92); }

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

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

 span { border-color: rgb(117,102,92); }

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