Html Css Color HEX #9A878D Venus

📋 copy color: '#9A878D'

red 154 ◦ green 135 ◦ blue 141

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

Shades of Venus #9A878D

Tints of Venus #9A878D

RGB

 RED value IS 154 (60.55% from 255) = 35.81%

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

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

R = 35.81%
G = 31.4%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#9A878D (or 0x9A878D) is known color: Venus. HEX triplet: 9A, 87 and 8D. RGB value is (154,135,141). Sum of RGB (Red+Green+Blue) = 154+135+141=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 154 - color contains mainly: red. Hex color #9A878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A878D is #657872. Grayscale: #8D8D8D. Windows color (decimal): -6649971 or 9275290. OLE color: 9275290.

HSL color Cylindrical-coordinate representation of color #9A878D: hue angle of 341.05º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9A878D is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 135 141 -
CMYK 0 0.12 0.08 0.40
HSL 341.05º 0.09% 0.57% -
HSV(B) 341.05º 0.12% 0.6% -
XYZ 26.8 26.12 28.83 -
YUV 141.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 154 135 141 0 0.12 0.08 0.40 341.05 0.09 0.57
Hex 9A 87 8D 0 C 8 28 155 9 39
Octal 232 207 215 0 14 10 50 525 11 71
Binary 10011010 10000111 10001101 0 1100 1000 101000 101010101 1001 111001

Color Harmonies of #9A878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A878D

Black with #9A878D

Text Example


Text Example

White with #9A878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A878D; }

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

 H1.HeaderClassName
 {
   color: #9A878D;
 }
 .AnyTagClassName
 {
   color: #9A878D;
 }
</style>

background-color css

<style>
 a { background-color: #9A878D; }

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

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

border-color css

<style>
 span { border-color: #9A878D; }

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

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