Html Css Color HEX #9F6B78 Turkish Rose

📋 copy color: '#9F6B78'

red 159 ◦ green 107 ◦ blue 120

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

Shades of Turkish Rose #9F6B78

Tints of Turkish Rose #9F6B78

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.72%

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

R = 41.19%
G = 27.72%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F6B78 (or 0x9F6B78) is known color: Turkish Rose. HEX triplet: 9F, 6B and 78. RGB value is (159,107,120). Sum of RGB (Red+Green+Blue) = 159+107+120=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6B78 is #609487. Grayscale: #7C7C7C. Windows color (decimal): -6329480 or 7891871. OLE color: 7891871.

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

Color convert

RGB 159 107 120 -
CMYK 0 0.33 0.25 0.38
HSL 345º 0.21% 0.52% -
HSV(B) 345º 0.33% 0.62% -
XYZ 22.95 19.24 20.27 -
YUV 124.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 159 107 120 0 0.33 0.25 0.38 345 0.21 0.52
Hex 9F 6B 78 0 21 19 26 159 15 34
Octal 237 153 170 0 41 31 46 531 25 64
Binary 10011111 1101011 1111000 0 100001 11001 100110 101011001 10101 110100

Color Harmonies of #9F6B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6B78

Black with #9F6B78

Text Example


Text Example

White with #9F6B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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