Html Css Color HEX #9E7F7F Opium

📋 copy color: '#9E7F7F'

red 158 ◦ green 127 ◦ blue 127

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

Shades of Opium #9E7F7F

Tints of Opium #9E7F7F

RGB

 RED value IS 158 (62.11% from 255) = 38.35%

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

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

R = 38.35%
G = 30.83%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9E7F7F (or 0x9E7F7F) is known color: Opium. HEX triplet: 9E, 7F and 7F. RGB value is (158,127,127). Sum of RGB (Red+Green+Blue) = 158+127+127=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7F7F is #618080. Grayscale: #888888. Windows color (decimal): -6389889 or 8355742. OLE color: 8355742.

HSL color Cylindrical-coordinate representation of color #9E7F7F: hue angle of 0º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9E7F7F is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 127 127 -
CMYK 0 0.20 0.20 0.38
HSL 0.14% 0.56% -
HSV(B) 0.2% 0.62% -
XYZ 25.52 23.98 23.36 -
YUV 136.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 158 127 127 0 0.20 0.20 0.38 0 0.14 0.56
Hex 9E 7F 7F 0 14 14 26 0 E 38
Octal 236 177 177 0 24 24 46 0 16 70
Binary 10011110 1111111 1111111 0 10100 10100 100110 0 1110 111000

Color Harmonies of #9E7F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7F7F

Black with #9E7F7F

Text Example


Text Example

White with #9E7F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,127,127); }

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

background-color css

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

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

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

border-color css

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

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

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