#827279

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

Shades of Venus #827279

Tints of Venus #827279

Color information

#827279 (or 0x827279) is unknown color: approx Venus. HEX triplet: 82, 72 and 79. RGB value is (130,114,121). Sum of RGB (Red+Green+Blue) = 130+114+121=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 130 - color contains mainly: red. Hex color #827279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827279 is #7D8D86. Grayscale: #777777. Windows color (decimal): -8228231 or 7959170. OLE color: 7959170.

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

Color convert

RGB130114121-
CMYK00.120.070.49
HSL333.75º6.56%47.84%-
HSV(B)333.75º12.31%50.98%-
XYZ18.6718.1620.61-
YUV119.58128.8135.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.62%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 121 (47.66% from 255) = 33.15%
R=35.62%
G=31.23%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011412100.120.070.49333.756.5647.84
Hex8272790C73114e730
Octal202162171014761516760
Binary100000101110010111100101100111110001101001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827279; }

 p { color: rgb(130,114,121); }

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

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

 a { background-color: rgb(130,114,121); }

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

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

 span { border-color: rgb(130,114,121); }

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