Html Css Color HEX #9A807F Opium

📋 copy color: '#9A807F'

red 154 ◦ green 128 ◦ blue 127

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

Shades of Opium #9A807F

Tints of Opium #9A807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.3%

 BLUE value IS 127 (50% from 255) = 31.05%

R = 37.65%
G = 31.3%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#9A807F (or 0x9A807F) is known color: Opium. HEX triplet: 9A, 80 and 7F. RGB value is (154,128,127). Sum of RGB (Red+Green+Blue) = 154+128+127=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 154 - color contains mainly: red. Hex color #9A807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A807F is #657F80. Grayscale: #878787. Windows color (decimal): -6651777 or 8355994. OLE color: 8355994.

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

Color convert

RGB 154 128 127 -
CMYK 0 0.17 0.18 0.40
HSL 2.22º 0.12% 0.55% -
HSV(B) 2.22º 0.18% 0.6% -
XYZ 24.88 23.84 23.37 -
YUV 135.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 154 128 127 0 0.17 0.18 0.40 2.22 0.12 0.55
Hex 9A 80 7F 0 11 12 28 2 C 37
Octal 232 200 177 0 21 22 50 2 14 67
Binary 10011010 10000000 1111111 0 10001 10010 101000 10 1100 110111

Color Harmonies of #9A807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A807F

Black with #9A807F

Text Example


Text Example

White with #9A807F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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