Html Css Color HEX #A77B79 Opium

📋 copy color: '#A77B79'

red 167 ◦ green 123 ◦ blue 121

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

Shades of Opium #A77B79

Tints of Opium #A77B79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.44%

R = 40.63%
G = 29.93%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A77B79 (or 0xA77B79) is known color: Opium. HEX triplet: A7, 7B and 79. RGB value is (167,123,121). Sum of RGB (Red+Green+Blue) = 167+123+121=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77B79 is #588486. Grayscale: #878787. Windows color (decimal): -5801095 or 7961511. OLE color: 7961511.

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

Color convert

RGB 167 123 121 -
CMYK 0 0.26 0.28 0.35
HSL 2.61º 0.21% 0.56% -
HSV(B) 2.61º 0.28% 0.65% -
XYZ 26.47 23.76 21.28 -
YUV 135.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 167 123 121 0 0.26 0.28 0.35 2.61 0.21 0.56
Hex A7 7B 79 0 1A 1C 23 3 15 38
Octal 247 173 171 0 32 34 43 3 25 70
Binary 10100111 1111011 1111001 0 11010 11100 100011 11 10101 111000

Color Harmonies of #A77B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77B79

Black with #A77B79

Text Example


Text Example

White with #A77B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77B79; }

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

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

background-color css

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

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

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

border-color css

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

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

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