Html Css Color HEX #8C757A Venus

📋 copy color: '#8C757A'

red 140 ◦ green 117 ◦ blue 122

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

Shades of Venus #8C757A

Tints of Venus #8C757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.87%

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

R = 36.94%
G = 30.87%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8C757A (or 0x8C757A) is known color: Venus. HEX triplet: 8C, 75 and 7A. RGB value is (140,117,122). Sum of RGB (Red+Green+Blue) = 140+117+122=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 140 - color contains mainly: red. Hex color #8C757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C757A is #738A85. Grayscale: #7C7C7C. Windows color (decimal): -7572102 or 8025484. OLE color: 8025484.

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

Color convert

RGB 140 117 122 -
CMYK 0 0.16 0.13 0.45
HSL 346.96º 0.09% 0.5% -
HSV(B) 346.96º 0.16% 0.55% -
XYZ 20.69 19.7 21.13 -
YUV 124.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 140 117 122 0 0.16 0.13 0.45 346.96 0.09 0.5
Hex 8C 75 7A 0 10 D 2D 15B 9 32
Octal 214 165 172 0 20 15 55 533 11 62
Binary 10001100 1110101 1111010 0 10000 1101 101101 101011011 1001 110010

Color Harmonies of #8C757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C757A

Black with #8C757A

Text Example


Text Example

White with #8C757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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