Html Css Color HEX #958787 Opium

📋 copy color: '#958787'

red 149 ◦ green 135 ◦ blue 135

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

Shades of Opium #958787

Tints of Opium #958787

RGB

 RED value IS 149 (58.59% from 255) = 35.56%

 GREEN value IS 135 (53.13% from 255) = 32.22%

 BLUE value IS 135 (53.13% from 255) = 32.22%

R = 35.56%
G = 32.22%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#958787 (or 0x958787) is known color: Opium. HEX triplet: 95, 87 and 87. RGB value is (149,135,135). Sum of RGB (Red+Green+Blue) = 149+135+135=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #958787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958787 is #6A7878. Grayscale: #8B8B8B. Windows color (decimal): -6977657 or 8882069. OLE color: 8882069.

HSL color Cylindrical-coordinate representation of color #958787: hue angle of 0º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #958787 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 135 135 -
CMYK 0 0.09 0.09 0.42
HSL 0.06% 0.56% -
HSV(B) 0.09% 0.58% -
XYZ 25.43 25.47 26.5 -
YUV 139.19 125.64 135 -
System Red Green Blue C M Y K H S L
Decimal 149 135 135 0 0.09 0.09 0.42 0 0.06 0.56
Hex 95 87 87 0 9 9 2A 0 6 38
Octal 225 207 207 0 11 11 52 0 6 70
Binary 10010101 10000111 10000111 0 1001 1001 101010 0 110 111000

Color Harmonies of #958787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958787

Black with #958787

Text Example


Text Example

White with #958787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958787; }

 p { color: rgb(149,135,135); }

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

background-color css

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

 a { background-color: rgb(149,135,135); }

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

border-color css

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

 span { border-color: rgb(149,135,135); }

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