Html Css Color HEX #A77877 Opium

📋 copy color: '#A77877'

red 167 ◦ green 120 ◦ blue 119

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

Shades of Opium #A77877

Tints of Opium #A77877

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.56%

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

R = 41.13%
G = 29.56%
B = 29.31%

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

#A77877 (or 0xA77877) is known color: Opium. HEX triplet: A7, 78 and 77. RGB value is (167,120,119). Sum of RGB (Red+Green+Blue) = 167+120+119=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A77877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77877 is #588788. Grayscale: #858585. Windows color (decimal): -5801865 or 7829671. OLE color: 7829671.

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

Color convert

RGB 167 120 119 -
CMYK 0 0.28 0.29 0.35
HSL 1.25º 0.21% 0.56% -
HSV(B) 1.25º 0.29% 0.65% -
XYZ 25.98 22.98 20.52 -
YUV 133.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 167 120 119 0 0.28 0.29 0.35 1.25 0.21 0.56
Hex A7 78 77 0 1C 1D 23 1 15 38
Octal 247 170 167 0 34 35 43 1 25 70
Binary 10100111 1111000 1110111 0 11100 11101 100011 1 10101 111000

Color Harmonies of #A77877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77877

Black with #A77877

Text Example


Text Example

White with #A77877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77877; }

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

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

background-color css

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

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

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

border-color css

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

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

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