#847B7E

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

Shades of Venus #847B7E

Tints of Venus #847B7E

Color information

#847B7E (or 0x847B7E) is unknown color: approx Venus. HEX triplet: 84, 7B and 7E. RGB value is (132,123,126). Sum of RGB (Red+Green+Blue) = 132+123+126=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 132 - color contains mainly: red. Hex color #847B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847B7E is #7B8481. Grayscale: #7E7E7E. Windows color (decimal): -8094850 or 8289156. OLE color: 8289156.

HSL color Cylindrical-coordinate representation of color #847B7E: hue angle of 340º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #847B7E is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB132123126-
CMYK00.070.050.48
HSL340º3.53%50%-
HSV(B)340º6.82%51.76%-
XYZ20.3620.5822.64-
YUV126.03127.98132.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.65%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=34.65%
G=32.28%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212312600.070.050.483403.5350
Hex847B7E07530154432
Octal20417317607560524462
Binary10000100111101111111100111101110000101010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847B7E; }

 p { color: rgb(132,123,126); }

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

<style>
 a { background-color: #847B7E; }

 a { background-color: rgb(132,123,126); }

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

<style>
 span { border-color: #847B7E; }

 span { border-color: rgb(132,123,126); }

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