#937C7D

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

Shades of Turkish Rose #937C7D

Tints of Turkish Rose #937C7D

Color information

#937C7D (or 0x937C7D) is unknown color: approx Turkish Rose. HEX triplet: 93, 7C and 7D. RGB value is (147,124,125). Sum of RGB (Red+Green+Blue) = 147+124+125=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #937C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937C7D is #6C8382. Grayscale: #838383. Windows color (decimal): -7111555 or 8223891. OLE color: 8223891.

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

Color convert

RGB147124125-
CMYK00.160.150.42
HSL357.39º9.62%53.14%-
HSV(B)357.39º15.65%57.65%-
XYZ22.9422.122.46-
YUV130.99124.62139.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 124 (48.83% from 255) = 31.31%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=37.12%
G=31.31%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712412500.160.150.42357.399.6253.14
Hex937C7D010F2A165a35
Octal22317417502017525451265
Binary100100111111100111110101000011111010101011001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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