#827B7D

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

Shades of Venus #827B7D

Tints of Venus #827B7D

Color information

#827B7D (or 0x827B7D) is unknown color: approx Venus. HEX triplet: 82, 7B and 7D. RGB value is (130,123,125). Sum of RGB (Red+Green+Blue) = 130+123+125=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 130 - color contains mainly: red. Hex color #827B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B7D is #7D8482. Grayscale: #7D7D7D. Windows color (decimal): -8225923 or 8223618. OLE color: 8223618.

HSL color Cylindrical-coordinate representation of color #827B7D: hue angle of 342.86º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #827B7D is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB130123125-
CMYK00.050.040.49
HSL342.86º2.77%49.61%-
HSV(B)342.86º5.38%50.98%-
XYZ19.9920.3922.28-
YUV125.32127.82131.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 123 (48.44% from 255) = 32.54%
BLUE value IS 125 (49.22% from 255) = 33.07%
R=34.39%
G=32.54%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012312500.050.040.49342.862.7749.61
Hex827B7D05431157332
Octal20217317505461527362
Binary1000001011110111111101010110011000110101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827B7D; }

 p { color: rgb(130,123,125); }

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

<style>
 a { background-color: #827B7D; }

 a { background-color: rgb(130,123,125); }

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

<style>
 span { border-color: #827B7D; }

 span { border-color: rgb(130,123,125); }

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