#997778

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

Shades of Turkish Rose #997778

Tints of Turkish Rose #997778

Color information

#997778 (or 0x997778) is unknown color: approx Turkish Rose. HEX triplet: 99, 77 and 78. RGB value is (153,119,120). Sum of RGB (Red+Green+Blue) = 153+119+120=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #997778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997778 is #668887. Grayscale: #818181. Windows color (decimal): -6719624 or 7894937. OLE color: 7894937.

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

Color convert

RGB153119120-
CMYK00.220.220.4
HSL358.24º14.29%53.33%-
HSV(B)358.24º22.22%60%-
XYZ23.1221.3220.67-
YUV129.28122.76144.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 119 (46.88% from 255) = 30.36%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=39.03%
G=30.36%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311912000.220.220.4358.2414.2953.33
Hex9977780161628166e35
Octal23116717002626505461665
Binary1001100111101111111000010110101101010001011001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997778; }

 p { color: rgb(153,119,120); }

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

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

 a { background-color: rgb(153,119,120); }

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

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

 span { border-color: rgb(153,119,120); }

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