#9C757D

Color #9C757D Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9C757D

Tints of Turkish Rose #9C757D

Color information

#9C757D (or 0x9C757D) is unknown color: approx Turkish Rose. HEX triplet: 9C, 75 and 7D. RGB value is (156,117,125). Sum of RGB (Red+Green+Blue) = 156+117+125=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C757D is #638A82. Grayscale: #818181. Windows color (decimal): -6523523 or 8222108. OLE color: 8222108.

HSL color Cylindrical-coordinate representation of color #9C757D: hue angle of 347.69º 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 #9C757D is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB156117125-
CMYK00.250.200.39
HSL347.69º16.46%53.53%-
HSV(B)347.69º25%61.18%-
XYZ23.7721.2722.25-
YUV129.57125.42146.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.20%
GREEN value IS 117 (46.09% from 255) = 29.40%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=39.20%
G=29.40%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611712500.250.200.39347.6916.4653.53
Hex9C757D019142715c1036
Octal23416517503124475342066
Binary10011100111010111111010110011010010011110101110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C757D;
 }
 .AnyTagClassName
 {
   color: #9C757D;
 }
</style>
background-color css

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

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

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

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

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

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