Html Css Color HEX #9F7278 Turkish Rose

📋 copy color: '#9F7278'

red 159 ◦ green 114 ◦ blue 120

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

Shades of Turkish Rose #9F7278

Tints of Turkish Rose #9F7278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.53%

R = 40.46%
G = 29.01%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F7278 (or 0x9F7278) is known color: Turkish Rose. HEX triplet: 9F, 72 and 78. RGB value is (159,114,120). Sum of RGB (Red+Green+Blue) = 159+114+120=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7278 is #608D87. Grayscale: #808080. Windows color (decimal): -6327688 or 7893663. OLE color: 7893663.

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

Color convert

RGB 159 114 120 -
CMYK 0 0.28 0.25 0.38
HSL 352º 0.19% 0.54% -
HSV(B) 352º 0.28% 0.62% -
XYZ 23.71 20.76 20.53 -
YUV 128.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 159 114 120 0 0.28 0.25 0.38 352 0.19 0.54
Hex 9F 72 78 0 1C 19 26 160 13 36
Octal 237 162 170 0 34 31 46 540 23 66
Binary 10011111 1110010 1111000 0 11100 11001 100110 101100000 10011 110110

Color Harmonies of #9F7278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7278

Black with #9F7278

Text Example


Text Example

White with #9F7278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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