Html Css Color HEX #978584 Opium

📋 copy color: '#978584'

red 151 ◦ green 133 ◦ blue 132

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

Shades of Opium #978584

Tints of Opium #978584

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.97%

 BLUE value IS 132 (51.95% from 255) = 31.73%

R = 36.3%
G = 31.97%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#978584 (or 0x978584) is known color: Opium. HEX triplet: 97, 85 and 84. RGB value is (151,133,132). Sum of RGB (Red+Green+Blue) = 151+133+132=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 151 - color contains mainly: red. Hex color #978584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978584 is #687A7B. Grayscale: #8A8A8A. Windows color (decimal): -6847100 or 8684951. OLE color: 8684951.

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

Color convert

RGB 151 133 132 -
CMYK 0 0.12 0.13 0.41
HSL 3.16º 0.08% 0.55% -
HSV(B) 3.16º 0.13% 0.59% -
XYZ 25.31 25.02 25.32 -
YUV 138.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 151 133 132 0 0.12 0.13 0.41 3.16 0.08 0.55
Hex 97 85 84 0 C D 29 3 8 37
Octal 227 205 204 0 14 15 51 3 10 67
Binary 10010111 10000101 10000100 0 1100 1101 101001 11 1000 110111

Color Harmonies of #978584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978584

Black with #978584

Text Example


Text Example

White with #978584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978584; }

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

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

background-color css

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

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

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

border-color css

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

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

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