Html Css Color HEX #978482 Opium

📋 copy color: '#978482'

red 151 ◦ green 132 ◦ blue 130

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

Shades of Opium #978482

Tints of Opium #978482

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.96%

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

R = 36.56%
G = 31.96%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#978482 (or 0x978482) is known color: Opium. HEX triplet: 97, 84 and 82. RGB value is (151,132,130). Sum of RGB (Red+Green+Blue) = 151+132+130=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 151 - color contains mainly: red. Hex color #978482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978482 is #687B7D. Grayscale: #898989. Windows color (decimal): -6847358 or 8553623. OLE color: 8553623.

HSL color Cylindrical-coordinate representation of color #978482: hue angle of 5.71º 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 #978482 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 132 130 -
CMYK 0 0.13 0.14 0.41
HSL 5.71º 0.09% 0.55% -
HSV(B) 5.71º 0.14% 0.59% -
XYZ 25.04 24.69 24.57 -
YUV 137.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 151 132 130 0 0.13 0.14 0.41 5.71 0.09 0.55
Hex 97 84 82 0 D E 29 6 9 37
Octal 227 204 202 0 15 16 51 6 11 67
Binary 10010111 10000100 10000010 0 1101 1110 101001 110 1001 110111

Color Harmonies of #978482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978482

Black with #978482

Text Example


Text Example

White with #978482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978482; }

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

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

background-color css

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

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

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

border-color css

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

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

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