Html Css Color HEX #98878C Venus

📋 copy color: '#98878C'

red 152 ◦ green 135 ◦ blue 140

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

Shades of Venus #98878C

Tints of Venus #98878C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.79%

R = 35.6%
G = 31.62%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98878C (or 0x98878C) is known color: Venus. HEX triplet: 98, 87 and 8C. RGB value is (152,135,140). Sum of RGB (Red+Green+Blue) = 152+135+140=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #98878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98878C is #677873. Grayscale: #8C8C8C. Windows color (decimal): -6781044 or 9209752. OLE color: 9209752.

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

Color convert

RGB 152 135 140 -
CMYK 0 0.11 0.08 0.40
HSL 342.35º 0.08% 0.56% -
HSV(B) 342.35º 0.11% 0.6% -
XYZ 26.35 25.9 28.42 -
YUV 140.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 152 135 140 0 0.11 0.08 0.40 342.35 0.08 0.56
Hex 98 87 8C 0 B 8 28 156 8 38
Octal 230 207 214 0 13 10 50 526 10 70
Binary 10011000 10000111 10001100 0 1011 1000 101000 101010110 1000 111000

Color Harmonies of #98878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98878C

Black with #98878C

Text Example


Text Example

White with #98878C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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