Html Css Color HEX #9F717F Turkish Rose

📋 copy color: '#9F717F'

red 159 ◦ green 113 ◦ blue 127

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

Shades of Turkish Rose #9F717F

Tints of Turkish Rose #9F717F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.32%

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

R = 39.85%
G = 28.32%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F717F (or 0x9F717F) is known color: Turkish Rose. HEX triplet: 9F, 71 and 7F. RGB value is (159,113,127). Sum of RGB (Red+Green+Blue) = 159+113+127=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F717F is #608E80. Grayscale: #808080. Windows color (decimal): -6327937 or 8352159. OLE color: 8352159.

HSL color Cylindrical-coordinate representation of color #9F717F: hue angle of 341.74º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F717F is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 113 127 -
CMYK 0 0.29 0.20 0.38
HSL 341.74º 0.19% 0.53% -
HSV(B) 341.74º 0.29% 0.62% -
XYZ 24.03 20.71 22.81 -
YUV 128.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 159 113 127 0 0.29 0.20 0.38 341.74 0.19 0.53
Hex 9F 71 7F 0 1D 14 26 156 13 35
Octal 237 161 177 0 35 24 46 526 23 65
Binary 10011111 1110001 1111111 0 11101 10100 100110 101010110 10011 110101

Color Harmonies of #9F717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F717F

Black with #9F717F

Text Example


Text Example

White with #9F717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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