#967578

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

Shades of Turkish Rose #967578

Tints of Turkish Rose #967578

Color information

#967578 (or 0x967578) is unknown color: approx Turkish Rose. HEX triplet: 96, 75 and 78. RGB value is (150,117,120). Sum of RGB (Red+Green+Blue) = 150+117+120=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #967578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967578 is #698A87. Grayscale: #7F7F7F. Windows color (decimal): -6916744 or 7894422. OLE color: 7894422.

HSL color Cylindrical-coordinate representation of color #967578: hue angle of 354.55º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #967578 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB150117120-
CMYK00.220.200.41
HSL354.55º13.58%52.35%-
HSV(B)354.55º22%58.82%-
XYZ22.3320.5620.56-
YUV127.21123.93144.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 120 (47.27% from 255) = 31.01%
R=38.76%
G=30.23%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011712000.220.200.41354.5513.5852.35
Hex9675780161429163e34
Octal22616517002624515431664
Binary1001011011101011111000010110101001010011011000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967578; }

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

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

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

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

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

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

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

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