#99757A

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

Shades of Turkish Rose #99757A

Tints of Turkish Rose #99757A

Color information

#99757A (or 0x99757A) is unknown color: approx Turkish Rose. HEX triplet: 99, 75 and 7A. RGB value is (153,117,122). Sum of RGB (Red+Green+Blue) = 153+117+122=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #99757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99757A is #668A85. Grayscale: #808080. Windows color (decimal): -6720134 or 8025497. OLE color: 8025497.

HSL color Cylindrical-coordinate representation of color #99757A: hue angle of 351.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 #99757A is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB153117122-
CMYK00.240.200.4
HSL351.67º15%52.94%-
HSV(B)351.67º23.53%60%-
XYZ23.0120.921.23-
YUV128.33124.43145.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 122 (48.05% from 255) = 31.12%
R=39.03%
G=29.85%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311712200.240.200.4351.671552.94
Hex99757A0181428160f35
Octal23116517203024505401765
Binary1001100111101011111010011000101001010001011000001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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