#827A7E

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

Shades of Venus #827A7E

Tints of Venus #827A7E

Color information

#827A7E (or 0x827A7E) is unknown color: approx Venus. HEX triplet: 82, 7A and 7E. RGB value is (130,122,126). Sum of RGB (Red+Green+Blue) = 130+122+126=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 130 - color contains mainly: red. Hex color #827A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A7E is #7D8581. Grayscale: #7C7C7C. Windows color (decimal): -8226178 or 8288898. OLE color: 8288898.

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

Color convert

RGB130122126-
CMYK00.060.030.49
HSL330º3.17%49.41%-
HSV(B)330º6.15%50.98%-
XYZ19.9320.1722.58-
YUV124.85128.65131.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 122 (48.05% from 255) = 32.28%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=34.39%
G=32.28%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012212600.060.030.493303.1749.41
Hex827A7E0633114a331
Octal20217217606361512361
Binary100000101111010111111001101111000110100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,122,126); }

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

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

 a { background-color: rgb(130,122,126); }

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

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

 span { border-color: rgb(130,122,126); }

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