#997777

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

Shades of Opium #997777

Tints of Opium #997777

Color information

#997777 (or 0x997777) is unknown color: approx Opium. HEX triplet: 99, 77 and 77. RGB value is (153,119,119). Sum of RGB (Red+Green+Blue) = 153+119+119=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #997777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997777 is #668888. Grayscale: #818181. Windows color (decimal): -6719625 or 7829401. OLE color: 7829401.

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

Color convert

RGB153119119-
CMYK00.220.220.4
HSL14.29%53.33%-
HSV(B)22.22%60%-
XYZ23.0621.320.35-
YUV129.17122.26145-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.13%
GREEN value IS 119 (46.88% from 255) = 30.43%
BLUE value IS 119 (46.88% from 255) = 30.43%
R=39.13%
G=30.43%
B=30.43%

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
Decimal15311911900.220.220.4014.2953.33
Hex99777701616280e35
Octal231167167026265001665
Binary10011001111011111101110101101011010100001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997777; }

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

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

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

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

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

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

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

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