#93787B

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

Shades of Turkish Rose #93787B

Tints of Turkish Rose #93787B

Color information

#93787B (or 0x93787B) is unknown color: approx Turkish Rose. HEX triplet: 93, 78 and 7B. RGB value is (147,120,123). Sum of RGB (Red+Green+Blue) = 147+120+123=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 147 - color contains mainly: red. Hex color #93787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93787B is #6C8784. Grayscale: #808080. Windows color (decimal): -7112581 or 8091795. OLE color: 8091795.

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

Color convert

RGB147120123-
CMYK00.180.160.42
HSL353.33º11.11%52.35%-
HSV(B)353.33º18.37%57.65%-
XYZ22.3221.0721.63-
YUV128.42124.95141.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.69%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=37.69%
G=30.77%
B=31.54%

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
Decimal14712012300.180.160.42353.3311.1152.35
Hex93787B012102A161b34
Octal22317017302220525411364
Binary1001001111110001111011010010100001010101011000011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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