Html Css Color HEX #9F7176 Turkish Rose

📋 copy color: '#9F7176'

red 159 ◦ green 113 ◦ blue 118

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

Shades of Turkish Rose #9F7176

Tints of Turkish Rose #9F7176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.26%

R = 40.77%
G = 28.97%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F7176 (or 0x9F7176) is known color: Turkish Rose. HEX triplet: 9F, 71 and 76. RGB value is (159,113,118). Sum of RGB (Red+Green+Blue) = 159+113+118=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7176 is #608E89. Grayscale: #7F7F7F. Windows color (decimal): -6327946 or 7762335. OLE color: 7762335.

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

Color convert

RGB 159 113 118 -
CMYK 0 0.29 0.26 0.38
HSL 353.48º 0.19% 0.53% -
HSV(B) 353.48º 0.29% 0.62% -
XYZ 23.47 20.49 19.86 -
YUV 127.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 159 113 118 0 0.29 0.26 0.38 353.48 0.19 0.53
Hex 9F 71 76 0 1D 1A 26 161 13 35
Octal 237 161 166 0 35 32 46 541 23 65
Binary 10011111 1110001 1110110 0 11101 11010 100110 101100001 10011 110101

Color Harmonies of #9F7176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7176

Black with #9F7176

Text Example


Text Example

White with #9F7176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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