#937778

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

Shades of Turkish Rose #937778

Tints of Turkish Rose #937778

Color information

#937778 (or 0x937778) is unknown color: approx Turkish Rose. HEX triplet: 93, 77 and 78. RGB value is (147,119,120). Sum of RGB (Red+Green+Blue) = 147+119+120=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #937778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937778 is #6C8887. Grayscale: #7F7F7F. Windows color (decimal): -7112840 or 7894931. OLE color: 7894931.

HSL color Cylindrical-coordinate representation of color #937778: hue angle of 357.86º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #937778 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB147119120-
CMYK00.190.180.42
HSL357.86º11.48%52.16%-
HSV(B)357.86º19.05%57.65%-
XYZ22.0220.7520.61-
YUV127.49123.78141.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.08%
GREEN value IS 119 (46.88% from 255) = 30.83%
BLUE value IS 120 (47.27% from 255) = 31.09%
R=38.08%
G=30.83%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711912000.190.180.42357.8611.4852.16
Hex937778013122A166b34
Octal22316717002322525461364
Binary1001001111101111111000010011100101010101011001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937778; }

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

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

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

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

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

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

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

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