#997B77

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

Shades of Opium #997B77

Tints of Opium #997B77

Color information

#997B77 (or 0x997B77) is unknown color: approx Opium. HEX triplet: 99, 7B and 77. RGB value is (153,123,119). Sum of RGB (Red+Green+Blue) = 153+123+119=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #997B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B77 is #668488. Grayscale: #838383. Windows color (decimal): -6718601 or 7830425. OLE color: 7830425.

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

Color convert

RGB153123119-
CMYK00.200.220.4
HSL7.06º14.29%53.33%-
HSV(B)7.06º22.22%60%-
XYZ23.5522.2720.51-
YUV131.51120.94143.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.73%
GREEN value IS 123 (48.44% from 255) = 31.14%
BLUE value IS 119 (46.88% from 255) = 30.13%
R=38.73%
G=31.14%
B=30.13%

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
Decimal15312311900.200.220.47.0614.2953.33
Hex997B7701416287e35
Octal231173167024265071665
Binary1001100111110111110111010100101101010001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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