#9A787B

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

Shades of Turkish Rose #9A787B

Tints of Turkish Rose #9A787B

Color information

#9A787B (or 0x9A787B) is unknown color: approx Turkish Rose. HEX triplet: 9A, 78 and 7B. RGB value is (154,120,123). Sum of RGB (Red+Green+Blue) = 154+120+123=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 154 - color contains mainly: red. Hex color #9A787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A787B is #658784. Grayscale: #828282. Windows color (decimal): -6653829 or 8091802. OLE color: 8091802.

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

Color convert

RGB154120123-
CMYK00.220.200.40
HSL354.71º14.41%53.73%-
HSV(B)354.71º22.08%60.39%-
XYZ23.6221.7321.69-
YUV130.51123.76144.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.79%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=38.79%
G=30.23%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412012300.220.200.40354.7114.4153.73
Hex9A787B0161428163e36
Octal23217017302624505431666
Binary1001101011110001111011010110101001010001011000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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