Html Css Color HEX #997978 Opium

📋 copy color: '#997978'

red 153 ◦ green 121 ◦ blue 120

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

Shades of Opium #997978

Tints of Opium #997978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.71%

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

R = 38.83%
G = 30.71%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#997978 (or 0x997978) is known color: Opium. HEX triplet: 99, 79 and 78. RGB value is (153,121,120). Sum of RGB (Red+Green+Blue) = 153+121+120=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #997978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997978 is #668687. Grayscale: #828282. Windows color (decimal): -6719112 or 7895449. OLE color: 7895449.

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

Color convert

RGB 153 121 120 -
CMYK 0 0.21 0.22 0.4
HSL 1.82º 0.14% 0.54% -
HSV(B) 1.82º 0.22% 0.6% -
XYZ 23.36 21.8 20.75 -
YUV 130.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 153 121 120 0 0.21 0.22 0.4 1.82 0.14 0.54
Hex 99 79 78 0 15 16 28 2 E 36
Octal 231 171 170 0 25 26 50 2 16 66
Binary 10011001 1111001 1111000 0 10101 10110 101000 10 1110 110110

Color Harmonies of #997978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997978

Black with #997978

Text Example


Text Example

White with #997978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997978; }

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

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

background-color css

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

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

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

border-color css

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

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

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