Html Css Color HEX #978583 Opium

📋 copy color: '#978583'

red 151 ◦ green 133 ◦ blue 131

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

Shades of Opium #978583

Tints of Opium #978583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.57%

R = 36.39%
G = 32.05%
B = 31.57%

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

#978583 (or 0x978583) is known color: Opium. HEX triplet: 97, 85 and 83. RGB value is (151,133,131). Sum of RGB (Red+Green+Blue) = 151+133+131=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 151 - color contains mainly: red. Hex color #978583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978583 is #687A7C. Grayscale: #8A8A8A. Windows color (decimal): -6847101 or 8619415. OLE color: 8619415.

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

Color convert

RGB 151 133 131 -
CMYK 0 0.12 0.13 0.41
HSL 0.09% 0.55% -
HSV(B) 0.13% 0.59% -
XYZ 25.25 24.99 24.97 -
YUV 138.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 151 133 131 0 0.12 0.13 0.41 6 0.09 0.55
Hex 97 85 83 0 C D 29 6 9 37
Octal 227 205 203 0 14 15 51 6 11 67
Binary 10010111 10000101 10000011 0 1100 1101 101001 110 1001 110111

Color Harmonies of #978583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978583

Black with #978583

Text Example


Text Example

White with #978583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978583; }

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

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

background-color css

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

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

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

border-color css

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

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

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