Html Css Color HEX #98827E Opium

📋 copy color: '#98827E'

red 152 ◦ green 130 ◦ blue 126

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

Shades of Opium #98827E

Tints of Opium #98827E

RGB

 RED value IS 152 (59.77% from 255) = 37.25%

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

 BLUE value IS 126 (49.61% from 255) = 30.88%

R = 37.25%
G = 31.86%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#98827E (or 0x98827E) is known color: Opium. HEX triplet: 98, 82 and 7E. RGB value is (152,130,126). Sum of RGB (Red+Green+Blue) = 152+130+126=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #98827E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98827E is #677D81. Grayscale: #888888. Windows color (decimal): -6782338 or 8290968. OLE color: 8290968.

HSL color Cylindrical-coordinate representation of color #98827E: hue angle of 9.23º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98827E is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 130 126 -
CMYK 0 0.14 0.17 0.40
HSL 9.23º 0.11% 0.55% -
HSV(B) 9.23º 0.17% 0.6% -
XYZ 24.7 24.15 23.1 -
YUV 136.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 152 130 126 0 0.14 0.17 0.40 9.23 0.11 0.55
Hex 98 82 7E 0 E 11 28 9 B 37
Octal 230 202 176 0 16 21 50 11 13 67
Binary 10011000 10000010 1111110 0 1110 10001 101000 1001 1011 110111

Color Harmonies of #98827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98827E

Black with #98827E

Text Example


Text Example

White with #98827E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98827E; }

 p { color: rgb(152,130,126); }

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

background-color css

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

 a { background-color: rgb(152,130,126); }

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

border-color css

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

 span { border-color: rgb(152,130,126); }

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