Html Css Color HEX #997F7E Opium

📋 copy color: '#997F7E'

red 153 ◦ green 127 ◦ blue 126

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

Shades of Opium #997F7E

Tints of Opium #997F7E

RGB

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

 GREEN value IS 127 (50% from 255) = 31.28%

 BLUE value IS 126 (49.61% from 255) = 31.03%

R = 37.68%
G = 31.28%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#997F7E (or 0x997F7E) is known color: Opium. HEX triplet: 99, 7F and 7E. RGB value is (153,127,126). Sum of RGB (Red+Green+Blue) = 153+127+126=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #997F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F7E is #668081. Grayscale: #868686. Windows color (decimal): -6717570 or 8290201. OLE color: 8290201.

HSL color Cylindrical-coordinate representation of color #997F7E: hue angle of 2.22º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #997F7E is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 126 -
CMYK 0 0.17 0.18 0.4
HSL 2.22º 0.12% 0.55% -
HSV(B) 2.22º 0.18% 0.6% -
XYZ 24.49 23.46 22.98 -
YUV 134.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 153 127 126 0 0.17 0.18 0.4 2.22 0.12 0.55
Hex 99 7F 7E 0 11 12 28 2 C 37
Octal 231 177 176 0 21 22 50 2 14 67
Binary 10011001 1111111 1111110 0 10001 10010 101000 10 1100 110111

Color Harmonies of #997F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F7E

Black with #997F7E

Text Example


Text Example

White with #997F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,127,126); }

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

background-color css

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

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

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

border-color css

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

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

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