Html Css Color HEX #9F797F Turkish Rose

📋 copy color: '#9F797F'

red 159 ◦ green 121 ◦ blue 127

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

Shades of Turkish Rose #9F797F

Tints of Turkish Rose #9F797F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.2%

R = 39.07%
G = 29.73%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F797F (or 0x9F797F) is known color: Turkish Rose. HEX triplet: 9F, 79 and 7F. RGB value is (159,121,127). Sum of RGB (Red+Green+Blue) = 159+121+127=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F797F is #608680. Grayscale: #858585. Windows color (decimal): -6325889 or 8354207. OLE color: 8354207.

HSL color Cylindrical-coordinate representation of color #9F797F: hue angle of 350.53º 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 #9F797F is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 121 127 -
CMYK 0 0.24 0.20 0.38
HSL 350.53º 0.17% 0.55% -
HSV(B) 350.53º 0.24% 0.62% -
XYZ 24.97 22.58 23.12 -
YUV 133.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 159 121 127 0 0.24 0.20 0.38 350.53 0.17 0.55
Hex 9F 79 7F 0 18 14 26 15F 11 37
Octal 237 171 177 0 30 24 46 537 21 67
Binary 10011111 1111001 1111111 0 11000 10100 100110 101011111 10001 110111

Color Harmonies of #9F797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F797F

Black with #9F797F

Text Example


Text Example

White with #9F797F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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