Html Css Color HEX #8C737A Venus

📋 copy color: '#8C737A'

red 140 ◦ green 115 ◦ blue 122

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

Shades of Venus #8C737A

Tints of Venus #8C737A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.5%

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 37.14%
G = 30.5%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8C737A (or 0x8C737A) is known color: Venus. HEX triplet: 8C, 73 and 7A. RGB value is (140,115,122). Sum of RGB (Red+Green+Blue) = 140+115+122=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C737A is #738C85. Grayscale: #7B7B7B. Windows color (decimal): -7572614 or 8024972. OLE color: 8024972.

HSL color Cylindrical-coordinate representation of color #8C737A: hue angle of 343.2º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8C737A is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 115 122 -
CMYK 0 0.18 0.13 0.45
HSL 343.2º 0.1% 0.5% -
HSV(B) 343.2º 0.18% 0.55% -
XYZ 20.46 19.24 21.05 -
YUV 123.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 140 115 122 0 0.18 0.13 0.45 343.2 0.1 0.5
Hex 8C 73 7A 0 12 D 2D 157 A 32
Octal 214 163 172 0 22 15 55 527 12 62
Binary 10001100 1110011 1111010 0 10010 1101 101101 101010111 1010 110010

Color Harmonies of #8C737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C737A

Black with #8C737A

Text Example


Text Example

White with #8C737A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,115,122); }

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

background-color css

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

 a { background-color: rgb(140,115,122); }

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

border-color css

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

 span { border-color: rgb(140,115,122); }

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