Html Css Color HEX #9F7C81 Turkish Rose

📋 copy color: '#9F7C81'

red 159 ◦ green 124 ◦ blue 129

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

Shades of Turkish Rose #9F7C81

Tints of Turkish Rose #9F7C81

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.1%

 BLUE value IS 129 (50.78% from 255) = 31.31%

R = 38.59%
G = 30.1%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F7C81 (or 0x9F7C81) is known color: Turkish Rose. HEX triplet: 9F, 7C and 81. RGB value is (159,124,129). Sum of RGB (Red+Green+Blue) = 159+124+129=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7C81 is #60837E. Grayscale: #878787. Windows color (decimal): -6325119 or 8486047. OLE color: 8486047.

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

Color convert

RGB 159 124 129 -
CMYK 0 0.22 0.19 0.38
HSL 351.43º 0.15% 0.55% -
HSV(B) 351.43º 0.22% 0.62% -
XYZ 25.47 23.37 23.94 -
YUV 135.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 159 124 129 0 0.22 0.19 0.38 351.43 0.15 0.55
Hex 9F 7C 81 0 16 13 26 15F F 37
Octal 237 174 201 0 26 23 46 537 17 67
Binary 10011111 1111100 10000001 0 10110 10011 100110 101011111 1111 110111

Color Harmonies of #9F7C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7C81

Black with #9F7C81

Text Example


Text Example

White with #9F7C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,124,129); }

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

background-color css

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

 a { background-color: rgb(159,124,129); }

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

border-color css

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

 span { border-color: rgb(159,124,129); }

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