Html Css Color HEX #99727C Turkish Rose

📋 copy color: '#99727C'

red 153 ◦ green 114 ◦ blue 124

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

Shades of Turkish Rose #99727C

Tints of Turkish Rose #99727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.16%

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

R = 39.13%
G = 29.16%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#99727C (or 0x99727C) is known color: Turkish Rose. HEX triplet: 99, 72 and 7C. RGB value is (153,114,124). Sum of RGB (Red+Green+Blue) = 153+114+124=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #99727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99727C is #668D83. Grayscale: #7E7E7E. Windows color (decimal): -6720900 or 8155801. OLE color: 8155801.

HSL color Cylindrical-coordinate representation of color #99727C: hue angle of 344.62º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99727C is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 124 -
CMYK 0 0.25 0.19 0.4
HSL 344.62º 0.16% 0.52% -
HSV(B) 344.62º 0.25% 0.6% -
XYZ 22.79 20.26 21.78 -
YUV 126.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 153 114 124 0 0.25 0.19 0.4 344.62 0.16 0.52
Hex 99 72 7C 0 19 13 28 159 10 34
Octal 231 162 174 0 31 23 50 531 20 64
Binary 10011001 1110010 1111100 0 11001 10011 101000 101011001 10000 110100

Color Harmonies of #99727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99727C

Black with #99727C

Text Example


Text Example

White with #99727C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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