#8C7E83

Color #8C7E83 Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #8C7E83

Tints of Venus #8C7E83

Color information

#8C7E83 (or 0x8C7E83) is unknown color: approx Venus. HEX triplet: 8C, 7E and 83. RGB value is (140,126,131). Sum of RGB (Red+Green+Blue) = 140+126+131=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7E83 is #73817C. Grayscale: #828282. Windows color (decimal): -7569789 or 8617612. OLE color: 8617612.

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

Color convert

RGB140126131-
CMYK00.100.060.45
HSL338.57º5.74%52.16%-
HSV(B)338.57º10%54.9%-
XYZ22.3722.1424.57-
YUV130.76128.14134.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.26%
GREEN value IS 126 (49.61% from 255) = 31.74%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=35.26%
G=31.74%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012613100.100.060.45338.575.7452.16
Hex8C7E830A62D153634
Octal214176203012655523664
Binary1000110011111101000001101010110101101101010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,126,131); }

 H1.HeaderClassName
 {
   color: #8C7E83;
 }
 .AnyTagClassName
 {
   color: #8C7E83;
 }
</style>
background-color css

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

 a { background-color: rgb(140,126,131); }

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

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

 span { border-color: rgb(140,126,131); }

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