Html Css Color HEX #997F7D Opium

📋 copy color: '#997F7D'

red 153 ◦ green 127 ◦ blue 125

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

Shades of Opium #997F7D

Tints of Opium #997F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.86%

R = 37.78%
G = 31.36%
B = 30.86%

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

#997F7D (or 0x997F7D) is known color: Opium. HEX triplet: 99, 7F and 7D. RGB value is (153,127,125). Sum of RGB (Red+Green+Blue) = 153+127+125=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #997F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F7D is #668082. Grayscale: #868686. Windows color (decimal): -6717571 or 8224665. OLE color: 8224665.

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

Color convert

RGB 153 127 125 -
CMYK 0 0.17 0.18 0.4
HSL 4.29º 0.12% 0.55% -
HSV(B) 4.29º 0.18% 0.6% -
XYZ 24.43 23.43 22.64 -
YUV 134.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 153 127 125 0 0.17 0.18 0.4 4.29 0.12 0.55
Hex 99 7F 7D 0 11 12 28 4 C 37
Octal 231 177 175 0 21 22 50 4 14 67
Binary 10011001 1111111 1111101 0 10001 10010 101000 100 1100 110111

Color Harmonies of #997F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F7D

Black with #997F7D

Text Example


Text Example

White with #997F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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