Html Css Color HEX #9C757C Turkish Rose

📋 copy color: '#9C757C'

red 156 ◦ green 117 ◦ blue 124

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

Shades of Turkish Rose #9C757C

Tints of Turkish Rose #9C757C

RGB

 RED value IS 156 (61.33% from 255) = 39.29%

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

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

R = 39.29%
G = 29.47%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C757C (or 0x9C757C) is known color: Turkish Rose. HEX triplet: 9C, 75 and 7C. RGB value is (156,117,124). Sum of RGB (Red+Green+Blue) = 156+117+124=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C757C is #638A83. Grayscale: #818181. Windows color (decimal): -6523524 or 8156572. OLE color: 8156572.

HSL color Cylindrical-coordinate representation of color #9C757C: hue angle of 349.23º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C757C is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 117 124 -
CMYK 0 0.25 0.21 0.39
HSL 349.23º 0.16% 0.54% -
HSV(B) 349.23º 0.25% 0.61% -
XYZ 23.71 21.25 21.92 -
YUV 129.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 156 117 124 0 0.25 0.21 0.39 349.23 0.16 0.54
Hex 9C 75 7C 0 19 15 27 15D 10 36
Octal 234 165 174 0 31 25 47 535 20 66
Binary 10011100 1110101 1111100 0 11001 10101 100111 101011101 10000 110110

Color Harmonies of #9C757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C757C

Black with #9C757C

Text Example


Text Example

White with #9C757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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