Html Css Color HEX #9F878E Venus

📋 copy color: '#9F878E'

red 159 ◦ green 135 ◦ blue 142

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

Shades of Venus #9F878E

Tints of Venus #9F878E

RGB

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

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

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

R = 36.47%
G = 30.96%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F878E (or 0x9F878E) is known color: Venus. HEX triplet: 9F, 87 and 8E. RGB value is (159,135,142). Sum of RGB (Red+Green+Blue) = 159+135+142=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 159 - color contains mainly: red. Hex color #9F878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F878E is #607871. Grayscale: #8E8E8E. Windows color (decimal): -6322290 or 9340831. OLE color: 9340831.

HSL color Cylindrical-coordinate representation of color #9F878E: hue angle of 342.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 #9F878E is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 135 142 -
CMYK 0 0.15 0.11 0.38
HSL 342.5º 0.11% 0.58% -
HSV(B) 342.5º 0.15% 0.62% -
XYZ 27.84 26.65 29.27 -
YUV 142.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 159 135 142 0 0.15 0.11 0.38 342.5 0.11 0.58
Hex 9F 87 8E 0 F B 26 156 B 3A
Octal 237 207 216 0 17 13 46 526 13 72
Binary 10011111 10000111 10001110 0 1111 1011 100110 101010110 1011 111010

Color Harmonies of #9F878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F878E

Black with #9F878E

Text Example


Text Example

White with #9F878E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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