#827078

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

Shades of Venus #827078

Tints of Venus #827078

Color information

#827078 (or 0x827078) is unknown color: approx Venus. HEX triplet: 82, 70 and 78. RGB value is (130,112,120). Sum of RGB (Red+Green+Blue) = 130+112+120=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #827078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827078 is #7D8F87. Grayscale: #767676. Windows color (decimal): -8228744 or 7893122. OLE color: 7893122.

HSL color Cylindrical-coordinate representation of color #827078: hue angle of 333.33º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #827078 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB130112120-
CMYK00.140.080.49
HSL333.33º7.44%47.45%-
HSV(B)333.33º13.85%50.98%-
XYZ18.3917.6920.21-
YUV118.29128.96136.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 120 (47.27% from 255) = 33.15%
R=35.91%
G=30.94%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011212000.140.080.49333.337.4447.45
Hex8270780E83114d72f
Octal2021601700161061515757
Binary1000001011100001111000011101000110001101001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827078; }

 p { color: rgb(130,112,120); }

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

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

 a { background-color: rgb(130,112,120); }

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

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

 span { border-color: rgb(130,112,120); }

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