Html Css Color HEX #997C7B Opium

📋 copy color: '#997C7B'

red 153 ◦ green 124 ◦ blue 123

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

Shades of Opium #997C7B

Tints of Opium #997C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 38.25%
G = 31%
B = 30.75%

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

#997C7B (or 0x997C7B) is known color: Opium. HEX triplet: 99, 7C and 7B. RGB value is (153,124,123). Sum of RGB (Red+Green+Blue) = 153+124+123=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #997C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997C7B is #668384. Grayscale: #848484. Windows color (decimal): -6718341 or 8092825. OLE color: 8092825.

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

Color convert

RGB 153 124 123 -
CMYK 0 0.19 0.20 0.4
HSL 0.13% 0.54% -
HSV(B) 0.2% 0.6% -
XYZ 23.92 22.62 21.84 -
YUV 132.56 122.61 142.58 -
System Red Green Blue C M Y K H S L
Decimal 153 124 123 0 0.19 0.20 0.4 2 0.13 0.54
Hex 99 7C 7B 0 13 14 28 2 D 36
Octal 231 174 173 0 23 24 50 2 15 66
Binary 10011001 1111100 1111011 0 10011 10100 101000 10 1101 110110

Color Harmonies of #997C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C7B

Black with #997C7B

Text Example


Text Example

White with #997C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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