Html Css Color HEX #9A757D Turkish Rose

📋 copy color: '#9A757D'

red 154 ◦ green 117 ◦ blue 125

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

Shades of Turkish Rose #9A757D

Tints of Turkish Rose #9A757D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 38.89%
G = 29.55%
B = 31.57%

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

#9A757D (or 0x9A757D) is known color: Turkish Rose. HEX triplet: 9A, 75 and 7D. RGB value is (154,117,125). Sum of RGB (Red+Green+Blue) = 154+117+125=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 154 - color contains mainly: red. Hex color #9A757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A757D is #658A82. Grayscale: #808080. Windows color (decimal): -6654595 or 8222106. OLE color: 8222106.

HSL color Cylindrical-coordinate representation of color #9A757D: hue angle of 347.03º 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 #9A757D is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 117 125 -
CMYK 0 0.24 0.19 0.40
HSL 347.03º 0.15% 0.53% -
HSV(B) 347.03º 0.24% 0.6% -
XYZ 23.39 21.07 22.24 -
YUV 128.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 154 117 125 0 0.24 0.19 0.40 347.03 0.15 0.53
Hex 9A 75 7D 0 18 13 28 15B F 35
Octal 232 165 175 0 30 23 50 533 17 65
Binary 10011010 1110101 1111101 0 11000 10011 101000 101011011 1111 110101

Color Harmonies of #9A757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A757D

Black with #9A757D

Text Example


Text Example

White with #9A757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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