Html Css Color HEX #8C777E Venus

📋 copy color: '#8C777E'

red 140 ◦ green 119 ◦ blue 126

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

Shades of Venus #8C777E

Tints of Venus #8C777E

RGB

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

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

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

R = 36.36%
G = 30.91%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8C777E (or 0x8C777E) is known color: Venus. HEX triplet: 8C, 77 and 7E. RGB value is (140,119,126). Sum of RGB (Red+Green+Blue) = 140+119+126=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 140 - color contains mainly: red. Hex color #8C777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C777E is #738881. Grayscale: #7E7E7E. Windows color (decimal): -7571586 or 8288140. OLE color: 8288140.

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

Color convert

RGB 140 119 126 -
CMYK 0 0.15 0.10 0.45
HSL 340º 0.08% 0.51% -
HSV(B) 340º 0.15% 0.55% -
XYZ 21.18 20.28 22.54 -
YUV 126.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 140 119 126 0 0.15 0.10 0.45 340 0.08 0.51
Hex 8C 77 7E 0 F A 2D 154 8 33
Octal 214 167 176 0 17 12 55 524 10 63
Binary 10001100 1110111 1111110 0 1111 1010 101101 101010100 1000 110011

Color Harmonies of #8C777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C777E

Black with #8C777E

Text Example


Text Example

White with #8C777E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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