Html Css Color HEX #997A7A Opium

📋 copy color: '#997A7A'

red 153 ◦ green 122 ◦ blue 122

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

Shades of Opium #997A7A

Tints of Opium #997A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 38.54%
G = 30.73%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#997A7A (or 0x997A7A) is known color: Opium. HEX triplet: 99, 7A and 7A. RGB value is (153,122,122). Sum of RGB (Red+Green+Blue) = 153+122+122=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #997A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997A7A is #668585. Grayscale: #838383. Windows color (decimal): -6718854 or 8026777. OLE color: 8026777.

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

Color convert

RGB 153 122 122 -
CMYK 0 0.20 0.20 0.4
HSL 0.13% 0.54% -
HSV(B) 0.2% 0.6% -
XYZ 23.61 22.1 21.43 -
YUV 131.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 153 122 122 0 0.20 0.20 0.4 0 0.13 0.54
Hex 99 7A 7A 0 14 14 28 0 D 36
Octal 231 172 172 0 24 24 50 0 15 66
Binary 10011001 1111010 1111010 0 10100 10100 101000 0 1101 110110

Color Harmonies of #997A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997A7A

Black with #997A7A

Text Example


Text Example

White with #997A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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