#9A777A

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

Shades of Turkish Rose #9A777A

Tints of Turkish Rose #9A777A

Color information

#9A777A (or 0x9A777A) is unknown color: approx Turkish Rose. HEX triplet: 9A, 77 and 7A. RGB value is (154,119,122). Sum of RGB (Red+Green+Blue) = 154+119+122=395 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.99% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 154 - color contains mainly: red. Hex color #9A777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A777A is #658885. Grayscale: #818181. Windows color (decimal): -6654086 or 8026010. OLE color: 8026010.

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

Color convert

RGB154119122-
CMYK00.230.210.40
HSL354.86º14.77%53.53%-
HSV(B)354.86º22.73%60.39%-
XYZ23.4421.4721.32-
YUV129.81123.6145.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.99%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=38.99%
G=30.13%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411912200.230.210.40354.8614.7753.53
Hex9A777A0171528163f36
Octal23216717202725505431766
Binary1001101011101111111010010111101011010001011000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,119,122); }

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

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

 a { background-color: rgb(154,119,122); }

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

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

 span { border-color: rgb(154,119,122); }

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