Html Css Color HEX #9F7A80 Turkish Rose

📋 copy color: '#9F7A80'

red 159 ◦ green 122 ◦ blue 128

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

Shades of Turkish Rose #9F7A80

Tints of Turkish Rose #9F7A80

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.83%

 BLUE value IS 128 (50.39% from 255) = 31.3%

R = 38.88%
G = 29.83%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F7A80 (or 0x9F7A80) is known color: Turkish Rose. HEX triplet: 9F, 7A and 80. RGB value is (159,122,128). Sum of RGB (Red+Green+Blue) = 159+122+128=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7A80 is #60857F. Grayscale: #858585. Windows color (decimal): -6325632 or 8419999. OLE color: 8419999.

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

Color convert

RGB 159 122 128 -
CMYK 0 0.23 0.19 0.38
HSL 350.27º 0.16% 0.55% -
HSV(B) 350.27º 0.23% 0.62% -
XYZ 25.15 22.85 23.51 -
YUV 133.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 159 122 128 0 0.23 0.19 0.38 350.27 0.16 0.55
Hex 9F 7A 80 0 17 13 26 15E 10 37
Octal 237 172 200 0 27 23 46 536 20 67
Binary 10011111 1111010 10000000 0 10111 10011 100110 101011110 10000 110111

Color Harmonies of #9F7A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7A80

Black with #9F7A80

Text Example


Text Example

White with #9F7A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,122,128); }

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

background-color css

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

 a { background-color: rgb(159,122,128); }

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

border-color css

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

 span { border-color: rgb(159,122,128); }

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