#937A7C

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

Shades of Turkish Rose #937A7C

Tints of Turkish Rose #937A7C

Color information

#937A7C (or 0x937A7C) is unknown color: approx Turkish Rose. HEX triplet: 93, 7A and 7C. RGB value is (147,122,124). Sum of RGB (Red+Green+Blue) = 147+122+124=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 147 - color contains mainly: red. Hex color #937A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A7C is #6C8583. Grayscale: #818181. Windows color (decimal): -7112068 or 8157843. OLE color: 8157843.

HSL color Cylindrical-coordinate representation of color #937A7C: hue angle of 355.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #937A7C is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB147122124-
CMYK00.170.160.42
HSL355.2º10.37%52.75%-
HSV(B)355.2º17.01%57.65%-
XYZ22.6321.5822.04-
YUV129.7124.78140.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.40%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=37.40%
G=31.04%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712212400.170.160.42355.210.3752.75
Hex937A7C011102A163a35
Octal22317217402120525431265
Binary1001001111110101111100010001100001010101011000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937A7C; }

 p { color: rgb(147,122,124); }

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

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

 a { background-color: rgb(147,122,124); }

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

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

 span { border-color: rgb(147,122,124); }

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