#9A777E

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

Shades of Turkish Rose #9A777E

Tints of Turkish Rose #9A777E

Color information

#9A777E (or 0x9A777E) is unknown color: approx Turkish Rose. HEX triplet: 9A, 77 and 7E. RGB value is (154,119,126). Sum of RGB (Red+Green+Blue) = 154+119+126=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 154 - color contains mainly: red. Hex color #9A777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A777E is #658881. Grayscale: #828282. Windows color (decimal): -6654082 or 8288154. OLE color: 8288154.

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

Color convert

RGB154119126-
CMYK00.230.180.40
HSL348º14.77%53.53%-
HSV(B)348º22.73%60.39%-
XYZ23.6921.5722.65-
YUV130.26125.6144.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.60%
GREEN value IS 119 (46.88% from 255) = 29.82%
BLUE value IS 126 (49.61% from 255) = 31.58%
R=38.60%
G=29.82%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411912600.230.180.4034814.7753.53
Hex9A777E017122815cf36
Octal23216717602722505341766
Binary1001101011101111111110010111100101010001010111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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