Html Css Color HEX #8F7E7D Opium

📋 copy color: '#8F7E7D'

red 143 ◦ green 126 ◦ blue 125

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

Shades of Opium #8F7E7D

Tints of Opium #8F7E7D

RGB

 RED value IS 143 (56.25% from 255) = 36.29%

 GREEN value IS 126 (49.61% from 255) = 31.98%

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 36.29%
G = 31.98%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8F7E7D (or 0x8F7E7D) is known color: Opium. HEX triplet: 8F, 7E and 7D. RGB value is (143,126,125). Sum of RGB (Red+Green+Blue) = 143+126+125=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7E7D is #708182. Grayscale: #828282. Windows color (decimal): -7373187 or 8224399. OLE color: 8224399.

HSL color Cylindrical-coordinate representation of color #8F7E7D: hue angle of 3.33º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F7E7D is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 126 125 -
CMYK 0 0.12 0.13 0.44
HSL 3.33º 0.07% 0.53% -
HSV(B) 3.33º 0.13% 0.56% -
XYZ 22.49 22.24 22.51 -
YUV 130.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 143 126 125 0 0.12 0.13 0.44 3.33 0.07 0.53
Hex 8F 7E 7D 0 C D 2C 3 7 35
Octal 217 176 175 0 14 15 54 3 7 65
Binary 10001111 1111110 1111101 0 1100 1101 101100 11 111 110101

Color Harmonies of #8F7E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7E7D

Black with #8F7E7D

Text Example


Text Example

White with #8F7E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F7E7D; }

 p { color: rgb(143,126,125); }

 H1.HeaderClassName
 {
   color: #8F7E7D;
 }
 .AnyTagClassName
 {
   color: #8F7E7D;
 }
</style>

background-color css

<style>
 a { background-color: #8F7E7D; }

 a { background-color: rgb(143,126,125); }

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

border-color css

<style>
 span { border-color: #8F7E7D; }

 span { border-color: rgb(143,126,125); }

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