Html Css Color HEX #9A7A79 Opium

📋 copy color: '#9A7A79'

red 154 ◦ green 122 ◦ blue 121

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

Shades of Opium #9A7A79

Tints of Opium #9A7A79

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.73%

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

R = 38.79%
G = 30.73%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#9A7A79 (or 0x9A7A79) is known color: Opium. HEX triplet: 9A, 7A and 79. RGB value is (154,122,121). Sum of RGB (Red+Green+Blue) = 154+122+121=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7A79 is #658586. Grayscale: #838383. Windows color (decimal): -6653319 or 7961242. OLE color: 7961242.

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

Color convert

RGB 154 122 121 -
CMYK 0 0.21 0.21 0.40
HSL 1.82º 0.14% 0.54% -
HSV(B) 1.82º 0.21% 0.6% -
XYZ 23.74 22.17 21.12 -
YUV 131.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 154 122 121 0 0.21 0.21 0.40 1.82 0.14 0.54
Hex 9A 7A 79 0 15 15 28 2 E 36
Octal 232 172 171 0 25 25 50 2 16 66
Binary 10011010 1111010 1111001 0 10101 10101 101000 10 1110 110110

Color Harmonies of #9A7A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7A79

Black with #9A7A79

Text Example


Text Example

White with #9A7A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,122,121); }

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

background-color css

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

 a { background-color: rgb(154,122,121); }

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

border-color css

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

 span { border-color: rgb(154,122,121); }

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