Html Css Color HEX #99878A Venus

📋 copy color: '#99878A'

red 153 ◦ green 135 ◦ blue 138

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

Shades of Venus #99878A

Tints of Venus #99878A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.39%

R = 35.92%
G = 31.69%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#99878A (or 0x99878A) is known color: Venus. HEX triplet: 99, 87 and 8A. RGB value is (153,135,138). Sum of RGB (Red+Green+Blue) = 153+135+138=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 153 - color contains mainly: red. Hex color #99878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99878A is #667875. Grayscale: #8C8C8C. Windows color (decimal): -6715510 or 9078681. OLE color: 9078681.

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

Color convert

RGB 153 135 138 -
CMYK 0 0.12 0.10 0.4
HSL 350º 0.08% 0.56% -
HSV(B) 350º 0.12% 0.6% -
XYZ 26.39 25.94 27.66 -
YUV 140.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 153 135 138 0 0.12 0.10 0.4 350 0.08 0.56
Hex 99 87 8A 0 C A 28 15E 8 38
Octal 231 207 212 0 14 12 50 536 10 70
Binary 10011001 10000111 10001010 0 1100 1010 101000 101011110 1000 111000

Color Harmonies of #99878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99878A

Black with #99878A

Text Example


Text Example

White with #99878A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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