#9A7F81

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

Shades of Turkish Rose #9A7F81

Tints of Turkish Rose #9A7F81

Color information

#9A7F81 (or 0x9A7F81) is unknown color: approx Turkish Rose. HEX triplet: 9A, 7F and 81. RGB value is (154,127,129). Sum of RGB (Red+Green+Blue) = 154+127+129=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7F81 is #65807E. Grayscale: #878787. Windows color (decimal): -6652031 or 8486810. OLE color: 8486810.

HSL color Cylindrical-coordinate representation of color #9A7F81: hue angle of 355.56º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A7F81 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB154127129-
CMYK00.180.160.40
HSL355.56º11.79%55.1%-
HSV(B)355.56º17.53%60.39%-
XYZ24.8823.6324.02-
YUV135.3124.45141.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.56%
GREEN value IS 127 (50% from 255) = 30.98%
BLUE value IS 129 (50.78% from 255) = 31.46%
R=37.56%
G=30.98%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412712900.180.160.40355.5611.7955.1
Hex9A7F810121028164c37
Octal23217720102220505441467
Binary10011010111111110000001010010100001010001011001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,127,129); }

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

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

 a { background-color: rgb(154,127,129); }

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

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

 span { border-color: rgb(154,127,129); }

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