Html Css Color HEX #9F7274 Turkish Rose

📋 copy color: '#9F7274'

red 159 ◦ green 114 ◦ blue 116

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

Shades of Turkish Rose #9F7274

Tints of Turkish Rose #9F7274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

 BLUE value IS 116 (45.7% from 255) = 29.82%

R = 40.87%
G = 29.31%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9F7274 (or 0x9F7274) is known color: Turkish Rose. HEX triplet: 9F, 72 and 74. RGB value is (159,114,116). Sum of RGB (Red+Green+Blue) = 159+114+116=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7274 is #608D8B. Grayscale: #7F7F7F. Windows color (decimal): -6327692 or 7631519. OLE color: 7631519.

HSL color Cylindrical-coordinate representation of color #9F7274: hue angle of 357.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F7274 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 114 116 -
CMYK 0 0.28 0.27 0.38
HSL 357.33º 0.19% 0.54% -
HSV(B) 357.33º 0.28% 0.62% -
XYZ 23.47 20.67 19.28 -
YUV 127.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 159 114 116 0 0.28 0.27 0.38 357.33 0.19 0.54
Hex 9F 72 74 0 1C 1B 26 165 13 36
Octal 237 162 164 0 34 33 46 545 23 66
Binary 10011111 1110010 1110100 0 11100 11011 100110 101100101 10011 110110

Color Harmonies of #9F7274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7274

Black with #9F7274

Text Example


Text Example

White with #9F7274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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