#99757D

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

Shades of Turkish Rose #99757D

Tints of Turkish Rose #99757D

Color information

#99757D (or 0x99757D) is unknown color: approx Turkish Rose. HEX triplet: 99, 75 and 7D. RGB value is (153,117,125). Sum of RGB (Red+Green+Blue) = 153+117+125=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #99757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99757D is #668A82. Grayscale: #808080. Windows color (decimal): -6720131 or 8222105. OLE color: 8222105.

HSL color Cylindrical-coordinate representation of color #99757D: hue angle of 346.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99757D is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB153117125-
CMYK00.240.180.4
HSL346.67º15%52.94%-
HSV(B)346.67º23.53%60%-
XYZ23.220.9822.23-
YUV128.68125.93145.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.73%
GREEN value IS 117 (46.09% from 255) = 29.62%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=38.73%
G=29.62%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311712500.240.180.4346.671552.94
Hex99757D018122815bf35
Octal23116517503022505331765
Binary1001100111101011111101011000100101010001010110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99757D; }

 p { color: rgb(153,117,125); }

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

<style>
 a { background-color: #99757D; }

 a { background-color: rgb(153,117,125); }

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

<style>
 span { border-color: #99757D; }

 span { border-color: rgb(153,117,125); }

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