Html Css Color HEX #9A7C78 Opium

📋 copy color: '#9A7C78'

red 154 ◦ green 124 ◦ blue 120

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

Shades of Opium #9A7C78

Tints of Opium #9A7C78

RGB

 RED value IS 154 (60.55% from 255) = 38.69%

 GREEN value IS 124 (48.83% from 255) = 31.16%

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

R = 38.69%
G = 31.16%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#9A7C78 (or 0x9A7C78) is known color: Opium. HEX triplet: 9A, 7C and 78. RGB value is (154,124,120). Sum of RGB (Red+Green+Blue) = 154+124+120=398 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.69% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7C78 is #658387. Grayscale: #848484. Windows color (decimal): -6652808 or 7896218. OLE color: 7896218.

HSL color Cylindrical-coordinate representation of color #9A7C78: hue angle of 7.06º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A7C78 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 124 120 -
CMYK 0 0.19 0.22 0.40
HSL 7.06º 0.14% 0.54% -
HSV(B) 7.06º 0.22% 0.6% -
XYZ 23.92 22.64 20.88 -
YUV 132.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 154 124 120 0 0.19 0.22 0.40 7.06 0.14 0.54
Hex 9A 7C 78 0 13 16 28 7 E 36
Octal 232 174 170 0 23 26 50 7 16 66
Binary 10011010 1111100 1111000 0 10011 10110 101000 111 1110 110110

Color Harmonies of #9A7C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7C78

Black with #9A7C78

Text Example


Text Example

White with #9A7C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A7C78; }

 p { color: rgb(154,124,120); }

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

background-color css

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

 a { background-color: rgb(154,124,120); }

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

border-color css

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

 span { border-color: rgb(154,124,120); }

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