#9A7677

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

Shades of Turkish Rose #9A7677

Tints of Turkish Rose #9A7677

Color information

#9A7677 (or 0x9A7677) is unknown color: approx Turkish Rose. HEX triplet: 9A, 76 and 77. RGB value is (154,118,119). Sum of RGB (Red+Green+Blue) = 154+118+119=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7677 is #658988. Grayscale: #808080. Windows color (decimal): -6654345 or 7829146. OLE color: 7829146.

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

Color convert

RGB154118119-
CMYK00.230.230.40
HSL358.33º15.13%53.33%-
HSV(B)358.33º23.38%60.39%-
XYZ23.1321.1620.32-
YUV128.88122.43145.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.39%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 119 (46.88% from 255) = 30.43%
R=39.39%
G=30.18%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411811900.230.230.40358.3315.1353.33
Hex9A76770171728166f35
Octal23216616702727505461765
Binary1001101011101101110111010111101111010001011001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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