Html Css Color HEX #99757C Turkish Rose

📋 copy color: '#99757C'

red 153 ◦ green 117 ◦ blue 124

#99757C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #99757C

Tints of Turkish Rose #99757C

RGB

 RED value IS 153 (60.16% from 255) = 38.83%

 GREEN value IS 117 (46.09% from 255) = 29.7%

 BLUE value IS 124 (48.83% from 255) = 31.47%

R = 38.83%
G = 29.7%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#99757C (or 0x99757C) is known color: Turkish Rose. HEX triplet: 99, 75 and 7C. RGB value is (153,117,124). Sum of RGB (Red+Green+Blue) = 153+117+124=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #99757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99757C is #668A83. Grayscale: #808080. Windows color (decimal): -6720132 or 8156569. OLE color: 8156569.

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

Color convert

RGB 153 117 124 -
CMYK 0 0.24 0.19 0.4
HSL 348.33º 0.15% 0.53% -
HSV(B) 348.33º 0.24% 0.6% -
XYZ 23.14 20.95 21.89 -
YUV 128.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 153 117 124 0 0.24 0.19 0.4 348.33 0.15 0.53
Hex 99 75 7C 0 18 13 28 15C F 35
Octal 231 165 174 0 30 23 50 534 17 65
Binary 10011001 1110101 1111100 0 11000 10011 101000 101011100 1111 110101

Color Harmonies of #99757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99757C

Black with #99757C

Text Example


Text Example

White with #99757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99757C;
 }
 .AnyTagClassName
 {
   color: #99757C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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