Html Css Color HEX #99747C Turkish Rose

📋 copy color: '#99747C'

red 153 ◦ green 116 ◦ blue 124

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

Shades of Turkish Rose #99747C

Tints of Turkish Rose #99747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.52%

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

R = 38.93%
G = 29.52%
B = 31.55%

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

#99747C (or 0x99747C) is known color: Turkish Rose. HEX triplet: 99, 74 and 7C. RGB value is (153,116,124). Sum of RGB (Red+Green+Blue) = 153+116+124=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99747C is #668B83. Grayscale: #7F7F7F. Windows color (decimal): -6720388 or 8156313. OLE color: 8156313.

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

Color convert

RGB 153 116 124 -
CMYK 0 0.24 0.19 0.4
HSL 347.03º 0.15% 0.53% -
HSV(B) 347.03º 0.24% 0.6% -
XYZ 23.02 20.72 21.85 -
YUV 127.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 153 116 124 0 0.24 0.19 0.4 347.03 0.15 0.53
Hex 99 74 7C 0 18 13 28 15B F 35
Octal 231 164 174 0 30 23 50 533 17 65
Binary 10011001 1110100 1111100 0 11000 10011 101000 101011011 1111 110101

Color Harmonies of #99747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99747C

Black with #99747C

Text Example


Text Example

White with #99747C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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