Html Css Color HEX #9F797D Turkish Rose

📋 copy color: '#9F797D'

red 159 ◦ green 121 ◦ blue 125

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

Shades of Turkish Rose #9F797D

Tints of Turkish Rose #9F797D

RGB

 RED value IS 159 (62.5% from 255) = 39.26%

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

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

R = 39.26%
G = 29.88%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F797D (or 0x9F797D) is known color: Turkish Rose. HEX triplet: 9F, 79 and 7D. RGB value is (159,121,125). Sum of RGB (Red+Green+Blue) = 159+121+125=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F797D is #608682. Grayscale: #848484. Windows color (decimal): -6325891 or 8223135. OLE color: 8223135.

HSL color Cylindrical-coordinate representation of color #9F797D: hue angle of 353.68º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F797D is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 121 125 -
CMYK 0 0.24 0.21 0.38
HSL 353.68º 0.17% 0.55% -
HSV(B) 353.68º 0.24% 0.62% -
XYZ 24.84 22.53 22.44 -
YUV 132.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 159 121 125 0 0.24 0.21 0.38 353.68 0.17 0.55
Hex 9F 79 7D 0 18 15 26 162 11 37
Octal 237 171 175 0 30 25 46 542 21 67
Binary 10011111 1111001 1111101 0 11000 10101 100110 101100010 10001 110111

Color Harmonies of #9F797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F797D

Black with #9F797D

Text Example


Text Example

White with #9F797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F797D; }

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

 H1.HeaderClassName
 {
   color: #9F797D;
 }
 .AnyTagClassName
 {
   color: #9F797D;
 }
</style>

background-color css

<style>
 a { background-color: #9F797D; }

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

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

border-color css

<style>
 span { border-color: #9F797D; }

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

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