#997B7B

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

Shades of Opium #997B7B

Tints of Opium #997B7B

Color information

#997B7B (or 0x997B7B) is unknown color: approx Opium. HEX triplet: 99, 7B and 7B. RGB value is (153,123,123). Sum of RGB (Red+Green+Blue) = 153+123+123=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #997B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B7B is #668484. Grayscale: #848484. Windows color (decimal): -6718597 or 8092569. OLE color: 8092569.

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

Color convert

RGB153123123-
CMYK00.200.200.4
HSL12.82%54.12%-
HSV(B)19.61%60%-
XYZ23.7922.3721.8-
YUV131.97122.94143-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 123 (48.44% from 255) = 30.83%
BLUE value IS 123 (48.44% from 255) = 30.83%
R=38.35%
G=30.83%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312312300.200.200.4012.8254.12
Hex997B7B01414280d36
Octal231173173024245001566
Binary10011001111101111110110101001010010100001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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