Html Css Color HEX #9F7079 Turkish Rose

📋 copy color: '#9F7079'

red 159 ◦ green 112 ◦ blue 121

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

Shades of Turkish Rose #9F7079

Tints of Turkish Rose #9F7079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.87%

R = 40.56%
G = 28.57%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9F7079 (or 0x9F7079) is known color: Turkish Rose. HEX triplet: 9F, 70 and 79. RGB value is (159,112,121). Sum of RGB (Red+Green+Blue) = 159+112+121=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7079 is #608F86. Grayscale: #7F7F7F. Windows color (decimal): -6328199 or 7958687. OLE color: 7958687.

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

Color convert

RGB 159 112 121 -
CMYK 0 0.30 0.24 0.38
HSL 348.51º 0.2% 0.53% -
HSV(B) 348.51º 0.3% 0.62% -
XYZ 23.54 20.34 20.77 -
YUV 127.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 159 112 121 0 0.30 0.24 0.38 348.51 0.2 0.53
Hex 9F 70 79 0 1E 18 26 15D 14 35
Octal 237 160 171 0 36 30 46 535 24 65
Binary 10011111 1110000 1111001 0 11110 11000 100110 101011101 10100 110101

Color Harmonies of #9F7079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7079

Black with #9F7079

Text Example


Text Example

White with #9F7079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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