Html Css Color HEX #997A76 Opium

📋 copy color: '#997A76'

red 153 ◦ green 122 ◦ blue 118

#997A76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opium #997A76

Tints of Opium #997A76

RGB

 RED value IS 153 (60.16% from 255) = 38.93%

 GREEN value IS 122 (48.05% from 255) = 31.04%

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 38.93%
G = 31.04%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#997A76 (or 0x997A76) is known color: Opium. HEX triplet: 99, 7A and 76. RGB value is (153,122,118). Sum of RGB (Red+Green+Blue) = 153+122+118=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #997A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997A76 is #668589. Grayscale: #828282. Windows color (decimal): -6718858 or 7764633. OLE color: 7764633.

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

Color convert

RGB 153 122 118 -
CMYK 0 0.20 0.23 0.4
HSL 6.86º 0.15% 0.53% -
HSV(B) 6.86º 0.23% 0.6% -
XYZ 23.37 22 20.15 -
YUV 130.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 153 122 118 0 0.20 0.23 0.4 6.86 0.15 0.53
Hex 99 7A 76 0 14 17 28 7 F 35
Octal 231 172 166 0 24 27 50 7 17 65
Binary 10011001 1111010 1110110 0 10100 10111 101000 111 1111 110101

Color Harmonies of #997A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997A76

Black with #997A76

Text Example


Text Example

White with #997A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,122,118); }

 H1.HeaderClassName
 {
   color: #997A76;
 }
 .AnyTagClassName
 {
   color: #997A76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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