#93797A

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

Shades of Turkish Rose #93797A

Tints of Turkish Rose #93797A

Color information

#93797A (or 0x93797A) is unknown color: approx Turkish Rose. HEX triplet: 93, 79 and 7A. RGB value is (147,121,122). Sum of RGB (Red+Green+Blue) = 147+121+122=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 147 - color contains mainly: red. Hex color #93797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93797A is #6C8685. Grayscale: #808080. Windows color (decimal): -7112326 or 8026515. OLE color: 8026515.

HSL color Cylindrical-coordinate representation of color #93797A: hue angle of 357.69º 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 #93797A is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB147121122-
CMYK00.180.170.42
HSL357.69º10.74%52.55%-
HSV(B)357.69º17.69%57.65%-
XYZ22.3821.2821.34-
YUV128.89124.11140.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.69%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=37.69%
G=31.03%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712112200.180.170.42357.6910.7452.55
Hex93797A012112A166b35
Octal22317117202221525461365
Binary1001001111110011111010010010100011010101011001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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