Html Css Color HEX #997C78 Opium

📋 copy color: '#997C78'

red 153 ◦ green 124 ◦ blue 120

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

Shades of Opium #997C78

Tints of Opium #997C78

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.23%

 BLUE value IS 120 (47.27% from 255) = 30.23%

R = 38.54%
G = 31.23%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#997C78 (or 0x997C78) is known color: Opium. HEX triplet: 99, 7C and 78. RGB value is (153,124,120). Sum of RGB (Red+Green+Blue) = 153+124+120=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #997C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997C78 is #668387. Grayscale: #848484. Windows color (decimal): -6718344 or 7896217. OLE color: 7896217.

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

Color convert

RGB 153 124 120 -
CMYK 0 0.19 0.22 0.4
HSL 7.27º 0.14% 0.54% -
HSV(B) 7.27º 0.22% 0.6% -
XYZ 23.73 22.54 20.87 -
YUV 132.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 153 124 120 0 0.19 0.22 0.4 7.27 0.14 0.54
Hex 99 7C 78 0 13 16 28 7 E 36
Octal 231 174 170 0 23 26 50 7 16 66
Binary 10011001 1111100 1111000 0 10011 10110 101000 111 1110 110110

Color Harmonies of #997C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C78

Black with #997C78

Text Example


Text Example

White with #997C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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