Html Css Color HEX #9F6978 Turkish Rose

📋 copy color: '#9F6978'

red 159 ◦ green 105 ◦ blue 120

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

Shades of Turkish Rose #9F6978

Tints of Turkish Rose #9F6978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.34%

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

R = 41.41%
G = 27.34%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F6978 (or 0x9F6978) is known color: Turkish Rose. HEX triplet: 9F, 69 and 78. RGB value is (159,105,120). Sum of RGB (Red+Green+Blue) = 159+105+120=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6978 is #609687. Grayscale: #7A7A7A. Windows color (decimal): -6329992 or 7891359. OLE color: 7891359.

HSL color Cylindrical-coordinate representation of color #9F6978: hue angle of 343.33º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F6978 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 105 120 -
CMYK 0 0.34 0.25 0.38
HSL 343.33º 0.22% 0.52% -
HSV(B) 343.33º 0.34% 0.62% -
XYZ 22.74 18.83 20.21 -
YUV 122.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 159 105 120 0 0.34 0.25 0.38 343.33 0.22 0.52
Hex 9F 69 78 0 22 19 26 157 16 34
Octal 237 151 170 0 42 31 46 527 26 64
Binary 10011111 1101001 1111000 0 100010 11001 100110 101010111 10110 110100

Color Harmonies of #9F6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6978

Black with #9F6978

Text Example


Text Example

White with #9F6978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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