Html Css Color HEX #9A7F7C Opium

📋 copy color: '#9A7F7C'

red 154 ◦ green 127 ◦ blue 124

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

Shades of Opium #9A7F7C

Tints of Opium #9A7F7C

RGB

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

 GREEN value IS 127 (50% from 255) = 31.36%

 BLUE value IS 124 (48.83% from 255) = 30.62%

R = 38.02%
G = 31.36%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A7F7C (or 0x9A7F7C) is known color: Opium. HEX triplet: 9A, 7F and 7C. RGB value is (154,127,124). Sum of RGB (Red+Green+Blue) = 154+127+124=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7F7C is #658083. Grayscale: #868686. Windows color (decimal): -6652036 or 8159130. OLE color: 8159130.

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

Color convert

RGB 154 127 124 -
CMYK 0 0.18 0.19 0.40
HSL 0.13% 0.55% -
HSV(B) 0.19% 0.6% -
XYZ 24.55 23.5 22.31 -
YUV 134.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 154 127 124 0 0.18 0.19 0.40 6 0.13 0.55
Hex 9A 7F 7C 0 12 13 28 6 D 37
Octal 232 177 174 0 22 23 50 6 15 67
Binary 10011010 1111111 1111100 0 10010 10011 101000 110 1101 110111

Color Harmonies of #9A7F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7F7C

Black with #9A7F7C

Text Example


Text Example

White with #9A7F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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