Html Css Color HEX #997C7A Opium

📋 copy color: '#997C7A'

red 153 ◦ green 124 ◦ blue 122

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

Shades of Opium #997C7A

Tints of Opium #997C7A

RGB

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

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

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

R = 38.35%
G = 31.08%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#997C7A (or 0x997C7A) is known color: Opium. HEX triplet: 99, 7C and 7A. RGB value is (153,124,122). Sum of RGB (Red+Green+Blue) = 153+124+122=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #997C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997C7A is #668385. Grayscale: #848484. Windows color (decimal): -6718342 or 8027289. OLE color: 8027289.

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

Color convert

RGB 153 124 122 -
CMYK 0 0.19 0.20 0.4
HSL 3.87º 0.13% 0.54% -
HSV(B) 3.87º 0.2% 0.6% -
XYZ 23.86 22.59 21.52 -
YUV 132.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 153 124 122 0 0.19 0.20 0.4 3.87 0.13 0.54
Hex 99 7C 7A 0 13 14 28 4 D 36
Octal 231 174 172 0 23 24 50 4 15 66
Binary 10011001 1111100 1111010 0 10011 10100 101000 100 1101 110110

Color Harmonies of #997C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C7A

Black with #997C7A

Text Example


Text Example

White with #997C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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