Html Css Color HEX #988889 Venus

📋 copy color: '#988889'

red 152 ◦ green 136 ◦ blue 137

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

Shades of Venus #988889

Tints of Venus #988889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32%

 BLUE value IS 137 (53.91% from 255) = 32.24%

R = 35.76%
G = 32%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#988889 (or 0x988889) is known color: Venus. HEX triplet: 98, 88 and 89. RGB value is (152,136,137). Sum of RGB (Red+Green+Blue) = 152+136+137=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 152 - color contains mainly: red. Hex color #988889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988889 is #677776. Grayscale: #8C8C8C. Windows color (decimal): -6780791 or 9013400. OLE color: 9013400.

HSL color Cylindrical-coordinate representation of color #988889: hue angle of 356.25º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #988889 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 137 -
CMYK 0 0.11 0.10 0.40
HSL 356.25º 0.07% 0.56% -
HSV(B) 356.25º 0.11% 0.6% -
XYZ 26.27 26.09 27.32 -
YUV 140.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 152 136 137 0 0.11 0.10 0.40 356.25 0.07 0.56
Hex 98 88 89 0 B A 28 164 7 38
Octal 230 210 211 0 13 12 50 544 7 70
Binary 10011000 10001000 10001001 0 1011 1010 101000 101100100 111 111000

Color Harmonies of #988889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988889

Black with #988889

Text Example


Text Example

White with #988889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988889; }

 p { color: rgb(152,136,137); }

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

background-color css

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

 a { background-color: rgb(152,136,137); }

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

border-color css

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

 span { border-color: rgb(152,136,137); }

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