Html Css Color HEX #99878E Venus

📋 copy color: '#99878E'

red 153 ◦ green 135 ◦ blue 142

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

Shades of Venus #99878E

Tints of Venus #99878E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.02%

R = 35.58%
G = 31.4%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99878E (or 0x99878E) is known color: Venus. HEX triplet: 99, 87 and 8E. RGB value is (153,135,142). Sum of RGB (Red+Green+Blue) = 153+135+142=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #99878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99878E is #667871. Grayscale: #8D8D8D. Windows color (decimal): -6715506 or 9340825. OLE color: 9340825.

HSL color Cylindrical-coordinate representation of color #99878E: hue angle of 336.67º 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 #99878E is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 135 142 -
CMYK 0 0.12 0.07 0.4
HSL 336.67º 0.08% 0.56% -
HSV(B) 336.67º 0.12% 0.6% -
XYZ 26.68 26.05 29.21 -
YUV 141.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 153 135 142 0 0.12 0.07 0.4 336.67 0.08 0.56
Hex 99 87 8E 0 C 7 28 151 8 38
Octal 231 207 216 0 14 7 50 521 10 70
Binary 10011001 10000111 10001110 0 1100 111 101000 101010001 1000 111000

Color Harmonies of #99878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99878E

Black with #99878E

Text Example


Text Example

White with #99878E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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