Html Css Color HEX #8C727B Venus

📋 copy color: '#8C727B'

red 140 ◦ green 114 ◦ blue 123

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

Shades of Venus #8C727B

Tints of Venus #8C727B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

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

R = 37.14%
G = 30.24%
B = 32.63%

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

#8C727B (or 0x8C727B) is known color: Venus. HEX triplet: 8C, 72 and 7B. RGB value is (140,114,123). Sum of RGB (Red+Green+Blue) = 140+114+123=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C727B is #738D84. Grayscale: #7A7A7A. Windows color (decimal): -7572869 or 8090252. OLE color: 8090252.

HSL color Cylindrical-coordinate representation of color #8C727B: hue angle of 339.23º degrees, saturation: 0.1, 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 #8C727B is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 114 123 -
CMYK 0 0.19 0.12 0.45
HSL 339.23º 0.1% 0.5% -
HSV(B) 339.23º 0.19% 0.55% -
XYZ 20.41 19.04 21.34 -
YUV 122.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 140 114 123 0 0.19 0.12 0.45 339.23 0.1 0.5
Hex 8C 72 7B 0 13 C 2D 153 A 32
Octal 214 162 173 0 23 14 55 523 12 62
Binary 10001100 1110010 1111011 0 10011 1100 101101 101010011 1010 110010

Color Harmonies of #8C727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C727B

Black with #8C727B

Text Example


Text Example

White with #8C727B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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