#9A7B7C

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

Shades of Turkish Rose #9A7B7C

Tints of Turkish Rose #9A7B7C

Color information

#9A7B7C (or 0x9A7B7C) is unknown color: approx Turkish Rose. HEX triplet: 9A, 7B and 7C. RGB value is (154,123,124). Sum of RGB (Red+Green+Blue) = 154+123+124=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7B7C is #658483. Grayscale: #848484. Windows color (decimal): -6653060 or 8158106. OLE color: 8158106.

HSL color Cylindrical-coordinate representation of color #9A7B7C: hue angle of 358.06º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A7B7C is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB154123124-
CMYK00.200.190.40
HSL358.06º13.3%54.31%-
HSV(B)358.06º20.13%60.39%-
XYZ24.0522.4922.14-
YUV132.38123.27143.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.40%
GREEN value IS 123 (48.44% from 255) = 30.67%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=38.40%
G=30.67%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412312400.200.190.40358.0613.354.31
Hex9A7B7C0141328166d36
Octal23217317402423505461566
Binary1001101011110111111100010100100111010001011001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,123,124); }

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

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

 a { background-color: rgb(154,123,124); }

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

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

 span { border-color: rgb(154,123,124); }

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