Html Css Color HEX #A77B78 Opium

📋 copy color: '#A77B78'

red 167 ◦ green 123 ◦ blue 120

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

Shades of Opium #A77B78

Tints of Opium #A77B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.27%

R = 40.73%
G = 30%
B = 29.27%

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

#A77B78 (or 0xA77B78) is known color: Opium. HEX triplet: A7, 7B and 78. RGB value is (167,123,120). Sum of RGB (Red+Green+Blue) = 167+123+120=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77B78 is #588487. Grayscale: #878787. Windows color (decimal): -5801096 or 7895975. OLE color: 7895975.

HSL color Cylindrical-coordinate representation of color #A77B78: hue angle of 3.83º 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 #A77B78 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 123 120 -
CMYK 0 0.26 0.28 0.35
HSL 3.83º 0.21% 0.56% -
HSV(B) 3.83º 0.28% 0.65% -
XYZ 26.41 23.74 20.96 -
YUV 135.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 167 123 120 0 0.26 0.28 0.35 3.83 0.21 0.56
Hex A7 7B 78 0 1A 1C 23 4 15 38
Octal 247 173 170 0 32 34 43 4 25 70
Binary 10100111 1111011 1111000 0 11010 11100 100011 100 10101 111000

Color Harmonies of #A77B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77B78

Black with #A77B78

Text Example


Text Example

White with #A77B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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