#966F78

Color #966F78 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #966F78

Tints of Turkish Rose #966F78

Color information

#966F78 (or 0x966F78) is unknown color: approx Turkish Rose. HEX triplet: 96, 6F and 78. RGB value is (150,111,120). Sum of RGB (Red+Green+Blue) = 150+111+120=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #966F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F78 is #699087. Grayscale: #7B7B7B. Windows color (decimal): -6918280 or 7892886. OLE color: 7892886.

HSL color Cylindrical-coordinate representation of color #966F78: hue angle of 346.15º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #966F78 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB150111120-
CMYK00.260.200.41
HSL346.15º15.66%51.18%-
HSV(B)346.15º26%58.82%-
XYZ21.6519.2120.34-
YUV123.69125.92146.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 111 (43.75% from 255) = 29.13%
BLUE value IS 120 (47.27% from 255) = 31.50%
R=39.37%
G=29.13%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011112000.260.200.41346.1515.6651.18
Hex966F7801A142915a1033
Octal22615717003224515322063
Binary10010110110111111110000110101010010100110101101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966F78; }

 p { color: rgb(150,111,120); }

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

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

 a { background-color: rgb(150,111,120); }

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

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

 span { border-color: rgb(150,111,120); }

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