Html Css Color HEX #9F737D Turkish Rose

📋 copy color: '#9F737D'

red 159 ◦ green 115 ◦ blue 125

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

Shades of Turkish Rose #9F737D

Tints of Turkish Rose #9F737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.82%

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

R = 39.85%
G = 28.82%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F737D (or 0x9F737D) is known color: Turkish Rose. HEX triplet: 9F, 73 and 7D. RGB value is (159,115,125). Sum of RGB (Red+Green+Blue) = 159+115+125=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F737D is #608C82. Grayscale: #818181. Windows color (decimal): -6327427 or 8221599. OLE color: 8221599.

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

Color convert

RGB 159 115 125 -
CMYK 0 0.28 0.21 0.38
HSL 346.36º 0.19% 0.54% -
HSV(B) 346.36º 0.28% 0.62% -
XYZ 24.13 21.11 22.21 -
YUV 129.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 159 115 125 0 0.28 0.21 0.38 346.36 0.19 0.54
Hex 9F 73 7D 0 1C 15 26 15A 13 36
Octal 237 163 175 0 34 25 46 532 23 66
Binary 10011111 1110011 1111101 0 11100 10101 100110 101011010 10011 110110

Color Harmonies of #9F737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F737D

Black with #9F737D

Text Example


Text Example

White with #9F737D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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