Html Css Color HEX #8C787E Venus

📋 copy color: '#8C787E'

red 140 ◦ green 120 ◦ blue 126

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

Shades of Venus #8C787E

Tints of Venus #8C787E

RGB

 RED value IS 140 (55.08% from 255) = 36.27%

 GREEN value IS 120 (47.27% from 255) = 31.09%

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

R = 36.27%
G = 31.09%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C787E (or 0x8C787E) is known color: Venus. HEX triplet: 8C, 78 and 7E. RGB value is (140,120,126). Sum of RGB (Red+Green+Blue) = 140+120+126=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 140 - color contains mainly: red. Hex color #8C787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C787E is #738781. Grayscale: #7E7E7E. Windows color (decimal): -7571330 or 8288396. OLE color: 8288396.

HSL color Cylindrical-coordinate representation of color #8C787E: hue angle of 342º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C787E is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 120 126 -
CMYK 0 0.14 0.10 0.45
HSL 342º 0.08% 0.51% -
HSV(B) 342º 0.14% 0.55% -
XYZ 21.3 20.51 22.58 -
YUV 126.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 140 120 126 0 0.14 0.10 0.45 342 0.08 0.51
Hex 8C 78 7E 0 E A 2D 156 8 33
Octal 214 170 176 0 16 12 55 526 10 63
Binary 10001100 1111000 1111110 0 1110 1010 101101 101010110 1000 110011

Color Harmonies of #8C787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C787E

Black with #8C787E

Text Example


Text Example

White with #8C787E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,120,126); }

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

background-color css

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

 a { background-color: rgb(140,120,126); }

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

border-color css

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

 span { border-color: rgb(140,120,126); }

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