Html Css Color HEX #A07B78 Opium

📋 copy color: '#A07B78'

red 160 ◦ green 123 ◦ blue 120

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

Shades of Opium #A07B78

Tints of Opium #A07B78

RGB

 RED value IS 160 (62.89% from 255) = 39.7%

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

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

R = 39.7%
G = 30.52%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A07B78 (or 0xA07B78) is known color: Opium. HEX triplet: A0, 7B and 78. RGB value is (160,123,120). Sum of RGB (Red+Green+Blue) = 160+123+120=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07B78 is #5F8487. Grayscale: #858585. Windows color (decimal): -6259848 or 7895968. OLE color: 7895968.

HSL color Cylindrical-coordinate representation of color #A07B78: hue angle of 4.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A07B78 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 123 120 -
CMYK 0 0.23 0.25 0.37
HSL 4.5º 0.17% 0.55% -
HSV(B) 4.5º 0.25% 0.63% -
XYZ 24.97 23 20.89 -
YUV 133.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 160 123 120 0 0.23 0.25 0.37 4.5 0.17 0.55
Hex A0 7B 78 0 17 19 25 4 11 37
Octal 240 173 170 0 27 31 45 4 21 67
Binary 10100000 1111011 1111000 0 10111 11001 100101 100 10001 110111

Color Harmonies of #A07B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07B78

Black with #A07B78

Text Example


Text Example

White with #A07B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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