#75665B

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

Shades of Pine Cone #75665B

Tints of Pine Cone #75665B

Color information

#75665B (or 0x75665B) is unknown color: approx Pine Cone. HEX triplet: 75, 66 and 5B. RGB value is (117,102,91). Sum of RGB (Red+Green+Blue) = 117+102+91=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #75665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75665B is #8A99A4. Grayscale: #696969. Windows color (decimal): -9083301 or 5990005. OLE color: 5990005.

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

Color convert

RGB11710291-
CMYK00.130.220.54
HSL25.38º12.5%40.78%-
HSV(B)25.38º22.22%45.88%-
XYZ13.9814.0411.87-
YUV105.23119.97136.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=37.74%
G=32.90%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171029100.130.220.5425.3812.540.78
Hex75665B0D163619c29
Octal1651461330152666311451
Binary1110101110011010110110110110110110110110011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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