#93797B

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

Shades of Turkish Rose #93797B

Tints of Turkish Rose #93797B

Color information

#93797B (or 0x93797B) is unknown color: approx Turkish Rose. HEX triplet: 93, 79 and 7B. RGB value is (147,121,123). Sum of RGB (Red+Green+Blue) = 147+121+123=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #93797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93797B is #6C8684. Grayscale: #818181. Windows color (decimal): -7112325 or 8092051. OLE color: 8092051.

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

Color convert

RGB147121123-
CMYK00.180.160.42
HSL355.38º10.74%52.55%-
HSV(B)355.38º17.69%57.65%-
XYZ22.4521.3121.67-
YUV129124.61140.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.60%
GREEN value IS 121 (47.66% from 255) = 30.95%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=37.60%
G=30.95%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712112300.180.160.42355.3810.7452.55
Hex93797B012102A163b35
Octal22317117302220525431365
Binary1001001111110011111011010010100001010101011000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93797B; }

 p { color: rgb(147,121,123); }

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

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

 a { background-color: rgb(147,121,123); }

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

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

 span { border-color: rgb(147,121,123); }

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