Html Css Color HEX #8C717B Venus

📋 copy color: '#8C717B'

red 140 ◦ green 113 ◦ blue 123

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

Shades of Venus #8C717B

Tints of Venus #8C717B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.05%

 BLUE value IS 123 (48.44% from 255) = 32.71%

R = 37.23%
G = 30.05%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8C717B (or 0x8C717B) is known color: Venus. HEX triplet: 8C, 71 and 7B. RGB value is (140,113,123). Sum of RGB (Red+Green+Blue) = 140+113+123=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 140 - color contains mainly: red. Hex color #8C717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C717B is #738E84. Grayscale: #7A7A7A. Windows color (decimal): -7573125 or 8089996. OLE color: 8089996.

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

Color convert

RGB 140 113 123 -
CMYK 0 0.19 0.12 0.45
HSL 337.78º 0.11% 0.5% -
HSV(B) 337.78º 0.19% 0.55% -
XYZ 20.3 18.82 21.3 -
YUV 122.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 140 113 123 0 0.19 0.12 0.45 337.78 0.11 0.5
Hex 8C 71 7B 0 13 C 2D 152 B 32
Octal 214 161 173 0 23 14 55 522 13 62
Binary 10001100 1110001 1111011 0 10011 1100 101101 101010010 1011 110010

Color Harmonies of #8C717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C717B

Black with #8C717B

Text Example


Text Example

White with #8C717B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,113,123); }

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

background-color css

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

 a { background-color: rgb(140,113,123); }

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

border-color css

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

 span { border-color: rgb(140,113,123); }

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