#9C7577

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

Shades of Turkish Rose #9C7577

Tints of Turkish Rose #9C7577

Color information

#9C7577 (or 0x9C7577) is unknown color: approx Turkish Rose. HEX triplet: 9C, 75 and 77. RGB value is (156,117,119). Sum of RGB (Red+Green+Blue) = 156+117+119=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7577 is #638A88. Grayscale: #808080. Windows color (decimal): -6523529 or 7828892. OLE color: 7828892.

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

Color convert

RGB156117119-
CMYK00.250.240.39
HSL356.92º16.46%53.53%-
HSV(B)356.92º25%61.18%-
XYZ23.421.1220.3-
YUV128.89122.42147.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.80%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 119 (46.88% from 255) = 30.36%
R=39.80%
G=29.85%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611711900.250.240.39356.9216.4653.53
Hex9C757701918271651036
Octal23416516703130475452066
Binary10011100111010111101110110011100010011110110010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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