Html Css Color HEX #9F7077 Turkish Rose

📋 copy color: '#9F7077'

red 159 ◦ green 112 ◦ blue 119

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

Shades of Turkish Rose #9F7077

Tints of Turkish Rose #9F7077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.51%

R = 40.77%
G = 28.72%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F7077 (or 0x9F7077) is known color: Turkish Rose. HEX triplet: 9F, 70 and 77. RGB value is (159,112,119). Sum of RGB (Red+Green+Blue) = 159+112+119=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7077 is #608F88. Grayscale: #7E7E7E. Windows color (decimal): -6328201 or 7827615. OLE color: 7827615.

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

Color convert

RGB 159 112 119 -
CMYK 0 0.30 0.25 0.38
HSL 351.06º 0.2% 0.53% -
HSV(B) 351.06º 0.3% 0.62% -
XYZ 23.42 20.29 20.13 -
YUV 126.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 159 112 119 0 0.30 0.25 0.38 351.06 0.2 0.53
Hex 9F 70 77 0 1E 19 26 15F 14 35
Octal 237 160 167 0 36 31 46 537 24 65
Binary 10011111 1110000 1110111 0 11110 11001 100110 101011111 10100 110101

Color Harmonies of #9F7077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7077

Black with #9F7077

Text Example


Text Example

White with #9F7077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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