Html Css Color HEX #997A79 Opium

📋 copy color: '#997A79'

red 153 ◦ green 122 ◦ blue 121

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

Shades of Opium #997A79

Tints of Opium #997A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.56%

R = 38.64%
G = 30.81%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#997A79 (or 0x997A79) is known color: Opium. HEX triplet: 99, 7A and 79. RGB value is (153,122,121). Sum of RGB (Red+Green+Blue) = 153+122+121=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #997A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997A79 is #668586. Grayscale: #838383. Windows color (decimal): -6718855 or 7961241. OLE color: 7961241.

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

Color convert

RGB 153 122 121 -
CMYK 0 0.20 0.21 0.4
HSL 1.88º 0.14% 0.54% -
HSV(B) 1.88º 0.21% 0.6% -
XYZ 23.55 22.07 21.11 -
YUV 131.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 153 122 121 0 0.20 0.21 0.4 1.88 0.14 0.54
Hex 99 7A 79 0 14 15 28 2 E 36
Octal 231 172 171 0 24 25 50 2 16 66
Binary 10011001 1111010 1111001 0 10100 10101 101000 10 1110 110110

Color Harmonies of #997A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997A79

Black with #997A79

Text Example


Text Example

White with #997A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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