Html Css Color HEX #988084 Venus

📋 copy color: '#988084'

red 152 ◦ green 128 ◦ blue 132

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

Shades of Venus #988084

Tints of Venus #988084

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.07%

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

R = 36.89%
G = 31.07%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#988084 (or 0x988084) is known color: Venus. HEX triplet: 98, 80 and 84. RGB value is (152,128,132). Sum of RGB (Red+Green+Blue) = 152+128+132=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #988084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988084 is #677F7B. Grayscale: #878787. Windows color (decimal): -6782844 or 8683672. OLE color: 8683672.

HSL color Cylindrical-coordinate representation of color #988084: hue angle of 350º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #988084 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 128 132 -
CMYK 0 0.16 0.13 0.40
HSL 350º 0.1% 0.55% -
HSV(B) 350º 0.16% 0.6% -
XYZ 24.83 23.78 25.11 -
YUV 135.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 152 128 132 0 0.16 0.13 0.40 350 0.1 0.55
Hex 98 80 84 0 10 D 28 15E A 37
Octal 230 200 204 0 20 15 50 536 12 67
Binary 10011000 10000000 10000100 0 10000 1101 101000 101011110 1010 110111

Color Harmonies of #988084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988084

Black with #988084

Text Example


Text Example

White with #988084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988084; }

 p { color: rgb(152,128,132); }

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

background-color css

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

 a { background-color: rgb(152,128,132); }

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

border-color css

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

 span { border-color: rgb(152,128,132); }

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