#957778

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

Shades of Turkish Rose #957778

Tints of Turkish Rose #957778

Color information

#957778 (or 0x957778) is unknown color: approx Turkish Rose. HEX triplet: 95, 77 and 78. RGB value is (149,119,120). Sum of RGB (Red+Green+Blue) = 149+119+120=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #957778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957778 is #6A8887. Grayscale: #808080. Windows color (decimal): -6981768 or 7894933. OLE color: 7894933.

HSL color Cylindrical-coordinate representation of color #957778: hue angle of 358º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #957778 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB149119120-
CMYK00.200.190.42
HSL358º12.4%52.55%-
HSV(B)358º20.13%58.43%-
XYZ22.3820.9420.63-
YUV128.08123.44142.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=38.40%
G=30.67%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911912000.200.190.4235812.452.55
Hex957778014132A166c35
Octal22516717002423525461465
Binary1001010111101111111000010100100111010101011001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957778; }

 p { color: rgb(149,119,120); }

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

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

 a { background-color: rgb(149,119,120); }

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

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

 span { border-color: rgb(149,119,120); }

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