Html Css Color HEX #978280 Opium

📋 copy color: '#978280'

red 151 ◦ green 130 ◦ blue 128

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

Shades of Opium #978280

Tints of Opium #978280

RGB

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

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

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

R = 36.92%
G = 31.78%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#978280 (or 0x978280) is known color: Opium. HEX triplet: 97, 82 and 80. RGB value is (151,130,128). Sum of RGB (Red+Green+Blue) = 151+130+128=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 151 - color contains mainly: red. Hex color #978280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978280 is #687D7F. Grayscale: #888888. Windows color (decimal): -6847872 or 8422039. OLE color: 8422039.

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

Color convert

RGB 151 130 128 -
CMYK 0 0.14 0.15 0.41
HSL 5.22º 0.1% 0.55% -
HSV(B) 5.22º 0.15% 0.59% -
XYZ 24.64 24.1 23.78 -
YUV 136.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 151 130 128 0 0.14 0.15 0.41 5.22 0.1 0.55
Hex 97 82 80 0 E F 29 5 A 37
Octal 227 202 200 0 16 17 51 5 12 67
Binary 10010111 10000010 10000000 0 1110 1111 101001 101 1010 110111

Color Harmonies of #978280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978280

Black with #978280

Text Example


Text Example

White with #978280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978280; }

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

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

background-color css

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

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

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

border-color css

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

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

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