#93787A

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

Shades of Turkish Rose #93787A

Tints of Turkish Rose #93787A

Color information

#93787A (or 0x93787A) is unknown color: approx Turkish Rose. HEX triplet: 93, 78 and 7A. RGB value is (147,120,122). Sum of RGB (Red+Green+Blue) = 147+120+122=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #93787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93787A is #6C8785. Grayscale: #808080. Windows color (decimal): -7112582 or 8026259. OLE color: 8026259.

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

Color convert

RGB147120122-
CMYK00.180.170.42
HSL355.56º11.11%52.35%-
HSV(B)355.56º18.37%57.65%-
XYZ22.2621.0421.3-
YUV128.3124.45141.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.79%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=37.79%
G=30.85%
B=31.36%

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
Decimal14712012200.180.170.42355.5611.1152.35
Hex93787A012112A164b34
Octal22317017202221525441364
Binary1001001111110001111010010010100011010101011001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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