#9A787D

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

Shades of Turkish Rose #9A787D

Tints of Turkish Rose #9A787D

Color information

#9A787D (or 0x9A787D) is unknown color: approx Turkish Rose. HEX triplet: 9A, 78 and 7D. RGB value is (154,120,125). Sum of RGB (Red+Green+Blue) = 154+120+125=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 154 - color contains mainly: red. Hex color #9A787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A787D is #658782. Grayscale: #828282. Windows color (decimal): -6653827 or 8222874. OLE color: 8222874.

HSL color Cylindrical-coordinate representation of color #9A787D: hue angle of 351.18º 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 #9A787D is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB154120125-
CMYK00.220.190.40
HSL351.18º14.41%53.73%-
HSV(B)351.18º22.08%60.39%-
XYZ23.7421.7822.36-
YUV130.74124.76144.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.60%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=38.60%
G=30.08%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412012500.220.190.40351.1814.4153.73
Hex9A787D016132815fe36
Octal23217017502623505371666
Binary1001101011110001111101010110100111010001010111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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