#9C7E7F

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

Shades of Turkish Rose #9C7E7F

Tints of Turkish Rose #9C7E7F

Color information

#9C7E7F (or 0x9C7E7F) is unknown color: approx Turkish Rose. HEX triplet: 9C, 7E and 7F. RGB value is (156,126,127). Sum of RGB (Red+Green+Blue) = 156+126+127=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7E7F is #638180. Grayscale: #878787. Windows color (decimal): -6521217 or 8355484. OLE color: 8355484.

HSL color Cylindrical-coordinate representation of color #9C7E7F: hue angle of 358º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C7E7F is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB156126127-
CMYK00.190.190.39
HSL358º13.16%55.29%-
HSV(B)358º19.23%61.18%-
XYZ2523.5223.3-
YUV135.08123.44142.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.14%
GREEN value IS 126 (49.61% from 255) = 30.81%
BLUE value IS 127 (50% from 255) = 31.05%
R=38.14%
G=30.81%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612612700.190.190.3935813.1655.29
Hex9C7E7F0131327166d37
Octal23417617702323475461567
Binary1001110011111101111111010011100111001111011001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,126,127); }

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

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

 a { background-color: rgb(156,126,127); }

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

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

 span { border-color: rgb(156,126,127); }

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