Html Css Color HEX #8F777E Venus

📋 copy color: '#8F777E'

red 143 ◦ green 119 ◦ blue 126

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

Shades of Venus #8F777E

Tints of Venus #8F777E

RGB

 RED value IS 143 (56.25% from 255) = 36.86%

 GREEN value IS 119 (46.88% from 255) = 30.67%

 BLUE value IS 126 (49.61% from 255) = 32.47%

R = 36.86%
G = 30.67%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8F777E (or 0x8F777E) is known color: Venus. HEX triplet: 8F, 77 and 7E. RGB value is (143,119,126). Sum of RGB (Red+Green+Blue) = 143+119+126=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 143 - color contains mainly: red. Hex color #8F777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F777E is #708881. Grayscale: #7E7E7E. Windows color (decimal): -7374978 or 8288143. OLE color: 8288143.

HSL color Cylindrical-coordinate representation of color #8F777E: hue angle of 342.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F777E is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 119 126 -
CMYK 0 0.17 0.12 0.44
HSL 342.5º 0.1% 0.51% -
HSV(B) 342.5º 0.17% 0.56% -
XYZ 21.69 20.54 22.56 -
YUV 126.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 143 119 126 0 0.17 0.12 0.44 342.5 0.1 0.51
Hex 8F 77 7E 0 11 C 2C 156 A 33
Octal 217 167 176 0 21 14 54 526 12 63
Binary 10001111 1110111 1111110 0 10001 1100 101100 101010110 1010 110011

Color Harmonies of #8F777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F777E

Black with #8F777E

Text Example


Text Example

White with #8F777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F777E; }

 p { color: rgb(143,119,126); }

 H1.HeaderClassName
 {
   color: #8F777E;
 }
 .AnyTagClassName
 {
   color: #8F777E;
 }
</style>

background-color css

<style>
 a { background-color: #8F777E; }

 a { background-color: rgb(143,119,126); }

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

border-color css

<style>
 span { border-color: #8F777E; }

 span { border-color: rgb(143,119,126); }

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