Html Css Color HEX #978585 Opium

📋 copy color: '#978585'

red 151 ◦ green 133 ◦ blue 133

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

Shades of Opium #978585

Tints of Opium #978585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.89%

R = 36.21%
G = 31.89%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#978585 (or 0x978585) is known color: Opium. HEX triplet: 97, 85 and 85. RGB value is (151,133,133). Sum of RGB (Red+Green+Blue) = 151+133+133=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 151 - color contains mainly: red. Hex color #978585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978585 is #687A7A. Grayscale: #8A8A8A. Windows color (decimal): -6847099 or 8750487. OLE color: 8750487.

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

Color convert

RGB 151 133 133 -
CMYK 0 0.12 0.12 0.41
HSL 0.08% 0.56% -
HSV(B) 0.12% 0.59% -
XYZ 25.38 25.05 25.69 -
YUV 138.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 151 133 133 0 0.12 0.12 0.41 0 0.08 0.56
Hex 97 85 85 0 C C 29 0 8 38
Octal 227 205 205 0 14 14 51 0 10 70
Binary 10010111 10000101 10000101 0 1100 1100 101001 0 1000 111000

Color Harmonies of #978585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978585

Black with #978585

Text Example


Text Example

White with #978585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978585; }

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

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

background-color css

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

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

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

border-color css

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

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

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