Html Css Color HEX #99878D Venus

📋 copy color: '#99878D'

red 153 ◦ green 135 ◦ blue 141

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

Shades of Venus #99878D

Tints of Venus #99878D

RGB

 RED value IS 153 (60.16% from 255) = 35.66%

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

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

R = 35.66%
G = 31.47%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99878D (or 0x99878D) is known color: Venus. HEX triplet: 99, 87 and 8D. RGB value is (153,135,141). Sum of RGB (Red+Green+Blue) = 153+135+141=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #99878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99878D is #667872. Grayscale: #8D8D8D. Windows color (decimal): -6715507 or 9275289. OLE color: 9275289.

HSL color Cylindrical-coordinate representation of color #99878D: hue angle of 340º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99878D is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 135 141 -
CMYK 0 0.12 0.08 0.4
HSL 340º 0.08% 0.56% -
HSV(B) 340º 0.12% 0.6% -
XYZ 26.61 26.02 28.82 -
YUV 141.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 153 135 141 0 0.12 0.08 0.4 340 0.08 0.56
Hex 99 87 8D 0 C 8 28 154 8 38
Octal 231 207 215 0 14 10 50 524 10 70
Binary 10011001 10000111 10001101 0 1100 1000 101000 101010100 1000 111000

Color Harmonies of #99878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99878D

Black with #99878D

Text Example


Text Example

White with #99878D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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