Html Css Color HEX #A77976 Opium

📋 copy color: '#A77976'

red 167 ◦ green 121 ◦ blue 118

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

Shades of Opium #A77976

Tints of Opium #A77976

RGB

 RED value IS 167 (65.63% from 255) = 41.13%

 GREEN value IS 121 (47.66% from 255) = 29.8%

 BLUE value IS 118 (46.48% from 255) = 29.06%

R = 41.13%
G = 29.8%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A77976 (or 0xA77976) is known color: Opium. HEX triplet: A7, 79 and 76. RGB value is (167,121,118). Sum of RGB (Red+Green+Blue) = 167+121+118=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A77976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77976 is #588689. Grayscale: #868686. Windows color (decimal): -5801610 or 7764391. OLE color: 7764391.

HSL color Cylindrical-coordinate representation of color #A77976: hue angle of 3.67º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A77976 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 121 118 -
CMYK 0 0.28 0.29 0.35
HSL 3.67º 0.22% 0.56% -
HSV(B) 3.67º 0.29% 0.65% -
XYZ 26.04 23.2 20.24 -
YUV 134.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 167 121 118 0 0.28 0.29 0.35 3.67 0.22 0.56
Hex A7 79 76 0 1C 1D 23 4 16 38
Octal 247 171 166 0 34 35 43 4 26 70
Binary 10100111 1111001 1110110 0 11100 11101 100011 100 10110 111000

Color Harmonies of #A77976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77976

Black with #A77976

Text Example


Text Example

White with #A77976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77976; }

 p { color: rgb(167,121,118); }

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

background-color css

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

 a { background-color: rgb(167,121,118); }

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

border-color css

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

 span { border-color: rgb(167,121,118); }

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