#997779

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

Shades of Turkish Rose #997779

Tints of Turkish Rose #997779

Color information

#997779 (or 0x997779) is unknown color: approx Turkish Rose. HEX triplet: 99, 77 and 79. RGB value is (153,119,121). Sum of RGB (Red+Green+Blue) = 153+119+121=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #997779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997779 is #668886. Grayscale: #818181. Windows color (decimal): -6719623 or 7960473. OLE color: 7960473.

HSL color Cylindrical-coordinate representation of color #997779: hue angle of 356.47º 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 #997779 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB153119121-
CMYK00.220.210.4
HSL356.47º14.29%53.33%-
HSV(B)356.47º22.22%60%-
XYZ23.1821.3520.99-
YUV129.39123.26144.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=38.93%
G=30.28%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311912100.220.210.4356.4714.2953.33
Hex9977790161528164e35
Octal23116717102625505441665
Binary1001100111101111111001010110101011010001011001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997779; }

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

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

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

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

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

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

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

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