Html Css Color HEX #9F757C Turkish Rose

📋 copy color: '#9F757C'

red 159 ◦ green 117 ◦ blue 124

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

Shades of Turkish Rose #9F757C

Tints of Turkish Rose #9F757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.25%

 BLUE value IS 124 (48.83% from 255) = 31%

R = 39.75%
G = 29.25%
B = 31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#9F757C (or 0x9F757C) is known color: Turkish Rose. HEX triplet: 9F, 75 and 7C. RGB value is (159,117,124). Sum of RGB (Red+Green+Blue) = 159+117+124=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F757C is #608A83. Grayscale: #828282. Windows color (decimal): -6326916 or 8156575. OLE color: 8156575.

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

Color convert

RGB 159 117 124 -
CMYK 0 0.26 0.22 0.38
HSL 350º 0.18% 0.54% -
HSV(B) 350º 0.26% 0.62% -
XYZ 24.3 21.55 21.95 -
YUV 130.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 159 117 124 0 0.26 0.22 0.38 350 0.18 0.54
Hex 9F 75 7C 0 1A 16 26 15E 12 36
Octal 237 165 174 0 32 26 46 536 22 66
Binary 10011111 1110101 1111100 0 11010 10110 100110 101011110 10010 110110

Color Harmonies of #9F757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F757C

Black with #9F757C

Text Example


Text Example

White with #9F757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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