Html Css Color HEX #9F707D Turkish Rose

📋 copy color: '#9F707D'

red 159 ◦ green 112 ◦ blue 125

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

Shades of Turkish Rose #9F707D

Tints of Turkish Rose #9F707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

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

R = 40.15%
G = 28.28%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9F707D (or 0x9F707D) is known color: Turkish Rose. HEX triplet: 9F, 70 and 7D. RGB value is (159,112,125). Sum of RGB (Red+Green+Blue) = 159+112+125=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F707D is #608F82. Grayscale: #7F7F7F. Windows color (decimal): -6328195 or 8220831. OLE color: 8220831.

HSL color Cylindrical-coordinate representation of color #9F707D: hue angle of 343.4º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F707D is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 112 125 -
CMYK 0 0.30 0.21 0.38
HSL 343.4º 0.2% 0.53% -
HSV(B) 343.4º 0.3% 0.62% -
XYZ 23.79 20.44 22.09 -
YUV 127.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 159 112 125 0 0.30 0.21 0.38 343.4 0.2 0.53
Hex 9F 70 7D 0 1E 15 26 157 14 35
Octal 237 160 175 0 36 25 46 527 24 65
Binary 10011111 1110000 1111101 0 11110 10101 100110 101010111 10100 110101

Color Harmonies of #9F707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F707D

Black with #9F707D

Text Example


Text Example

White with #9F707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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