Html Css Color HEX #997B77 Opium

📋 copy color: '#997B77'

red 153 ◦ green 123 ◦ blue 119

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

Shades of Opium #997B77

Tints of Opium #997B77

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.14%

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

R = 38.73%
G = 31.14%
B = 30.13%

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

#997B77 (or 0x997B77) is known color: Opium. HEX triplet: 99, 7B and 77. RGB value is (153,123,119). Sum of RGB (Red+Green+Blue) = 153+123+119=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #997B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B77 is #668488. Grayscale: #838383. Windows color (decimal): -6718601 or 7830425. OLE color: 7830425.

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

Color convert

RGB 153 123 119 -
CMYK 0 0.20 0.22 0.4
HSL 7.06º 0.14% 0.53% -
HSV(B) 7.06º 0.22% 0.6% -
XYZ 23.55 22.27 20.51 -
YUV 131.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 153 123 119 0 0.20 0.22 0.4 7.06 0.14 0.53
Hex 99 7B 77 0 14 16 28 7 E 35
Octal 231 173 167 0 24 26 50 7 16 65
Binary 10011001 1111011 1110111 0 10100 10110 101000 111 1110 110101

Color Harmonies of #997B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997B77

Black with #997B77

Text Example


Text Example

White with #997B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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