Html Css Color HEX #9F878C Venus

📋 copy color: '#9F878C'

red 159 ◦ green 135 ◦ blue 140

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

Shades of Venus #9F878C

Tints of Venus #9F878C

RGB

 RED value IS 159 (62.5% from 255) = 36.64%

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

 BLUE value IS 140 (55.08% from 255) = 32.26%

R = 36.64%
G = 31.11%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9F878C (or 0x9F878C) is known color: Venus. HEX triplet: 9F, 87 and 8C. RGB value is (159,135,140). Sum of RGB (Red+Green+Blue) = 159+135+140=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 159 - color contains mainly: red. Hex color #9F878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F878C is #607873. Grayscale: #8E8E8E. Windows color (decimal): -6322292 or 9209759. OLE color: 9209759.

HSL color Cylindrical-coordinate representation of color #9F878C: hue angle of 347.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9F878C is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 135 140 -
CMYK 0 0.15 0.12 0.38
HSL 347.5º 0.11% 0.58% -
HSV(B) 347.5º 0.15% 0.62% -
XYZ 27.7 26.59 28.48 -
YUV 142.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 159 135 140 0 0.15 0.12 0.38 347.5 0.11 0.58
Hex 9F 87 8C 0 F C 26 15C B 3A
Octal 237 207 214 0 17 14 46 534 13 72
Binary 10011111 10000111 10001100 0 1111 1100 100110 101011100 1011 111010

Color Harmonies of #9F878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F878C

Black with #9F878C

Text Example


Text Example

White with #9F878C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,135,140); }

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

background-color css

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

 a { background-color: rgb(159,135,140); }

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

border-color css

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

 span { border-color: rgb(159,135,140); }

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