Html Css Color HEX #997A77 Opium

📋 copy color: '#997A77'

red 153 ◦ green 122 ◦ blue 119

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

Shades of Opium #997A77

Tints of Opium #997A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.2%

R = 38.83%
G = 30.96%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#997A77 (or 0x997A77) is known color: Opium. HEX triplet: 99, 7A and 77. RGB value is (153,122,119). Sum of RGB (Red+Green+Blue) = 153+122+119=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #997A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997A77 is #668588. Grayscale: #828282. Windows color (decimal): -6718857 or 7830169. OLE color: 7830169.

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

Color convert

RGB 153 122 119 -
CMYK 0 0.20 0.22 0.4
HSL 5.29º 0.14% 0.53% -
HSV(B) 5.29º 0.22% 0.6% -
XYZ 23.43 22.02 20.47 -
YUV 130.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 153 122 119 0 0.20 0.22 0.4 5.29 0.14 0.53
Hex 99 7A 77 0 14 16 28 5 E 35
Octal 231 172 167 0 24 26 50 5 16 65
Binary 10011001 1111010 1110111 0 10100 10110 101000 101 1110 110101

Color Harmonies of #997A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997A77

Black with #997A77

Text Example


Text Example

White with #997A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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