Html Css Color HEX #99797D Turkish Rose

📋 copy color: '#99797D'

red 153 ◦ green 121 ◦ blue 125

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

Shades of Turkish Rose #99797D

Tints of Turkish Rose #99797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.33%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 38.35%
G = 30.33%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99797D (or 0x99797D) is known color: Turkish Rose. HEX triplet: 99, 79 and 7D. RGB value is (153,121,125). Sum of RGB (Red+Green+Blue) = 153+121+125=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #99797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99797D is #668682. Grayscale: #838383. Windows color (decimal): -6719107 or 8223129. OLE color: 8223129.

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

Color convert

RGB 153 121 125 -
CMYK 0 0.21 0.18 0.4
HSL 352.5º 0.14% 0.54% -
HSV(B) 352.5º 0.21% 0.6% -
XYZ 23.68 21.93 22.39 -
YUV 131.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 153 121 125 0 0.21 0.18 0.4 352.5 0.14 0.54
Hex 99 79 7D 0 15 12 28 160 E 36
Octal 231 171 175 0 25 22 50 540 16 66
Binary 10011001 1111001 1111101 0 10101 10010 101000 101100000 1110 110110

Color Harmonies of #99797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99797D

Black with #99797D

Text Example


Text Example

White with #99797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99797D;
 }
 .AnyTagClassName
 {
   color: #99797D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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