#93777B

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

Shades of Turkish Rose #93777B

Tints of Turkish Rose #93777B

Color information

#93777B (or 0x93777B) is unknown color: approx Turkish Rose. HEX triplet: 93, 77 and 7B. RGB value is (147,119,123). Sum of RGB (Red+Green+Blue) = 147+119+123=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #93777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93777B is #6C8884. Grayscale: #7F7F7F. Windows color (decimal): -7112837 or 8091539. OLE color: 8091539.

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

Color convert

RGB147119123-
CMYK00.190.160.42
HSL351.43º11.48%52.16%-
HSV(B)351.43º19.05%57.65%-
XYZ22.220.8321.59-
YUV127.83125.28141.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.79%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=37.79%
G=30.59%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711912300.190.160.42351.4311.4852.16
Hex93777B013102A15fb34
Octal22316717302320525371364
Binary1001001111101111111011010011100001010101010111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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