Html Css Color HEX #98878D Venus

📋 copy color: '#98878D'

red 152 ◦ green 135 ◦ blue 141

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

Shades of Venus #98878D

Tints of Venus #98878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.54%

 BLUE value IS 141 (55.47% from 255) = 32.94%

R = 35.51%
G = 31.54%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98878D (or 0x98878D) is known color: Venus. HEX triplet: 98, 87 and 8D. RGB value is (152,135,141). Sum of RGB (Red+Green+Blue) = 152+135+141=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 152 - color contains mainly: red. Hex color #98878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98878D is #677872. Grayscale: #8C8C8C. Windows color (decimal): -6781043 or 9275288. OLE color: 9275288.

HSL color Cylindrical-coordinate representation of color #98878D: hue angle of 338.82º degrees, saturation: 0.08, 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 #98878D is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 135 141 -
CMYK 0 0.11 0.07 0.40
HSL 338.82º 0.08% 0.56% -
HSV(B) 338.82º 0.11% 0.6% -
XYZ 26.42 25.93 28.81 -
YUV 140.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 152 135 141 0 0.11 0.07 0.40 338.82 0.08 0.56
Hex 98 87 8D 0 B 7 28 153 8 38
Octal 230 207 215 0 13 7 50 523 10 70
Binary 10011000 10000111 10001101 0 1011 111 101000 101010011 1000 111000

Color Harmonies of #98878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98878D

Black with #98878D

Text Example


Text Example

White with #98878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98878D; }

 p { color: rgb(152,135,141); }

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

background-color css

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

 a { background-color: rgb(152,135,141); }

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

border-color css

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

 span { border-color: rgb(152,135,141); }

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