Html Css Color HEX #9A878B Venus

📋 copy color: '#9A878B'

red 154 ◦ green 135 ◦ blue 139

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

Shades of Venus #9A878B

Tints of Venus #9A878B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.48%

R = 35.98%
G = 31.54%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#9A878B (or 0x9A878B) is known color: Venus. HEX triplet: 9A, 87 and 8B. RGB value is (154,135,139). Sum of RGB (Red+Green+Blue) = 154+135+139=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 154 - color contains mainly: red. Hex color #9A878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A878B is #657874. Grayscale: #8D8D8D. Windows color (decimal): -6649973 or 9144218. OLE color: 9144218.

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

Color convert

RGB 154 135 139 -
CMYK 0 0.12 0.10 0.40
HSL 347.37º 0.09% 0.57% -
HSV(B) 347.37º 0.12% 0.6% -
XYZ 26.65 26.06 28.05 -
YUV 141.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 154 135 139 0 0.12 0.10 0.40 347.37 0.09 0.57
Hex 9A 87 8B 0 C A 28 15B 9 39
Octal 232 207 213 0 14 12 50 533 11 71
Binary 10011010 10000111 10001011 0 1100 1010 101000 101011011 1001 111001

Color Harmonies of #9A878B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A878B

Black with #9A878B

Text Example


Text Example

White with #9A878B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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