Html Css Color HEX #9A757C Turkish Rose

📋 copy color: '#9A757C'

red 154 ◦ green 117 ◦ blue 124

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

Shades of Turkish Rose #9A757C

Tints of Turkish Rose #9A757C

RGB

 RED value IS 154 (60.55% from 255) = 38.99%

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

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

R = 38.99%
G = 29.62%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A757C (or 0x9A757C) is known color: Turkish Rose. HEX triplet: 9A, 75 and 7C. RGB value is (154,117,124). Sum of RGB (Red+Green+Blue) = 154+117+124=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 154 - color contains mainly: red. Hex color #9A757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A757C is #658A83. Grayscale: #808080. Windows color (decimal): -6654596 or 8156570. OLE color: 8156570.

HSL color Cylindrical-coordinate representation of color #9A757C: hue angle of 348.65º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A757C is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 117 124 -
CMYK 0 0.24 0.19 0.40
HSL 348.65º 0.15% 0.53% -
HSV(B) 348.65º 0.24% 0.6% -
XYZ 23.33 21.05 21.9 -
YUV 128.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 154 117 124 0 0.24 0.19 0.40 348.65 0.15 0.53
Hex 9A 75 7C 0 18 13 28 15D F 35
Octal 232 165 174 0 30 23 50 535 17 65
Binary 10011010 1110101 1111100 0 11000 10011 101000 101011101 1111 110101

Color Harmonies of #9A757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A757C

Black with #9A757C

Text Example


Text Example

White with #9A757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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