Html Css Color HEX #978282 Opium

📋 copy color: '#978282'

red 151 ◦ green 130 ◦ blue 130

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

Shades of Opium #978282

Tints of Opium #978282

RGB

 RED value IS 151 (59.38% from 255) = 36.74%

 GREEN value IS 130 (51.17% from 255) = 31.63%

 BLUE value IS 130 (51.17% from 255) = 31.63%

R = 36.74%
G = 31.63%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#978282 (or 0x978282) is known color: Opium. HEX triplet: 97, 82 and 82. RGB value is (151,130,130). Sum of RGB (Red+Green+Blue) = 151+130+130=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 151 - color contains mainly: red. Hex color #978282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978282 is #687D7D. Grayscale: #888888. Windows color (decimal): -6847870 or 8553111. OLE color: 8553111.

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

Color convert

RGB 151 130 130 -
CMYK 0 0.14 0.14 0.41
HSL 0.09% 0.55% -
HSV(B) 0.14% 0.59% -
XYZ 24.77 24.16 24.48 -
YUV 136.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 151 130 130 0 0.14 0.14 0.41 0 0.09 0.55
Hex 97 82 82 0 E E 29 0 9 37
Octal 227 202 202 0 16 16 51 0 11 67
Binary 10010111 10000010 10000010 0 1110 1110 101001 0 1001 110111

Color Harmonies of #978282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978282

Black with #978282

Text Example


Text Example

White with #978282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978282; }

 p { color: rgb(151,130,130); }

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

background-color css

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

 a { background-color: rgb(151,130,130); }

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

border-color css

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

 span { border-color: rgb(151,130,130); }

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