Html Css Color HEX #977B77 Opium

📋 copy color: '#977B77'

red 151 ◦ green 123 ◦ blue 119

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

Shades of Opium #977B77

Tints of Opium #977B77

RGB

 RED value IS 151 (59.38% from 255) = 38.42%

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

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

R = 38.42%
G = 31.3%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#977B77 (or 0x977B77) is known color: Opium. HEX triplet: 97, 7B and 77. RGB value is (151,123,119). Sum of RGB (Red+Green+Blue) = 151+123+119=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #977B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977B77 is #688488. Grayscale: #828282. Windows color (decimal): -6849673 or 7830423. OLE color: 7830423.

HSL color Cylindrical-coordinate representation of color #977B77: hue angle of 7.5º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #977B77 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 123 119 -
CMYK 0 0.19 0.21 0.41
HSL 7.5º 0.13% 0.53% -
HSV(B) 7.5º 0.21% 0.59% -
XYZ 23.18 22.08 20.49 -
YUV 130.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 151 123 119 0 0.19 0.21 0.41 7.5 0.13 0.53
Hex 97 7B 77 0 13 15 29 8 D 35
Octal 227 173 167 0 23 25 51 10 15 65
Binary 10010111 1111011 1110111 0 10011 10101 101001 1000 1101 110101

Color Harmonies of #977B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B77

Black with #977B77

Text Example


Text Example

White with #977B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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