#997B78

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

Shades of Opium #997B78

Tints of Opium #997B78

Color information

#997B78 (or 0x997B78) is unknown color: approx Opium. HEX triplet: 99, 7B and 78. RGB value is (153,123,120). Sum of RGB (Red+Green+Blue) = 153+123+120=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #997B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B78 is #668487. Grayscale: #838383. Windows color (decimal): -6718600 or 7895961. OLE color: 7895961.

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

Color convert

RGB153123120-
CMYK00.200.220.4
HSL5.45º13.92%53.53%-
HSV(B)5.45º21.57%60%-
XYZ23.6122.2920.83-
YUV131.63121.44143.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 123 (48.44% from 255) = 31.06%
BLUE value IS 120 (47.27% from 255) = 30.30%
R=38.64%
G=31.06%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312312000.200.220.45.4513.9253.53
Hex997B7801416285e36
Octal231173170024265051666
Binary1001100111110111111000010100101101010001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997B78; }

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

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

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

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

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

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

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

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