Html Css Color HEX #8C767F Venus

📋 copy color: '#8C767F'

red 140 ◦ green 118 ◦ blue 127

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

Shades of Venus #8C767F

Tints of Venus #8C767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

 BLUE value IS 127 (50% from 255) = 32.99%

R = 36.36%
G = 30.65%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C767F (or 0x8C767F) is known color: Venus. HEX triplet: 8C, 76 and 7F. RGB value is (140,118,127). Sum of RGB (Red+Green+Blue) = 140+118+127=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 140 - color contains mainly: red. Hex color #8C767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C767F is #738980. Grayscale: #7D7D7D. Windows color (decimal): -7571841 or 8353420. OLE color: 8353420.

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

Color convert

RGB 140 118 127 -
CMYK 0 0.16 0.09 0.45
HSL 335.45º 0.09% 0.51% -
HSV(B) 335.45º 0.16% 0.55% -
XYZ 21.12 20.06 22.84 -
YUV 125.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 140 118 127 0 0.16 0.09 0.45 335.45 0.09 0.51
Hex 8C 76 7F 0 10 9 2D 14F 9 33
Octal 214 166 177 0 20 11 55 517 11 63
Binary 10001100 1110110 1111111 0 10000 1001 101101 101001111 1001 110011

Color Harmonies of #8C767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C767F

Black with #8C767F

Text Example


Text Example

White with #8C767F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,118,127); }

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

background-color css

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

 a { background-color: rgb(140,118,127); }

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

border-color css

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

 span { border-color: rgb(140,118,127); }

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