Html Css Color HEX #9F7072 Turkish Rose

📋 copy color: '#9F7072'

red 159 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #9F7072

Tints of Turkish Rose #9F7072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 41.3%
G = 29.09%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F7072 (or 0x9F7072) is known color: Turkish Rose. HEX triplet: 9F, 70 and 72. RGB value is (159,112,114). Sum of RGB (Red+Green+Blue) = 159+112+114=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7072 is #608F8D. Grayscale: #7E7E7E. Windows color (decimal): -6328206 or 7499935. OLE color: 7499935.

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

Color convert

RGB 159 112 114 -
CMYK 0 0.30 0.28 0.38
HSL 357.45º 0.2% 0.53% -
HSV(B) 357.45º 0.3% 0.62% -
XYZ 23.13 20.17 18.59 -
YUV 126.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 159 112 114 0 0.30 0.28 0.38 357.45 0.2 0.53
Hex 9F 70 72 0 1E 1C 26 165 14 35
Octal 237 160 162 0 36 34 46 545 24 65
Binary 10011111 1110000 1110010 0 11110 11100 100110 101100101 10100 110101

Color Harmonies of #9F7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7072

Black with #9F7072

Text Example


Text Example

White with #9F7072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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