#807278

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

Shades of Venus #807278

Tints of Venus #807278

Color information

#807278 (or 0x807278) is unknown color: approx Venus. HEX triplet: 80, 72 and 78. RGB value is (128,114,120). Sum of RGB (Red+Green+Blue) = 128+114+120=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 128 - color contains mainly: red. Hex color #807278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807278 is #7F8D87. Grayscale: #767676. Windows color (decimal): -8359304 or 7893632. OLE color: 7893632.

HSL color Cylindrical-coordinate representation of color #807278: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #807278 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB128114120-
CMYK00.110.060.50
HSL334.29º5.79%47.45%-
HSV(B)334.29º10.94%50.2%-
XYZ18.3117.9820.27-
YUV118.87128.64134.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.36%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 120 (47.27% from 255) = 33.15%
R=35.36%
G=31.49%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811412000.110.060.50334.295.7947.45
Hex8072780B63214e62f
Octal200162170013662516657
Binary100000001110010111100001011110110010101001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807278; }

 p { color: rgb(128,114,120); }

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

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

 a { background-color: rgb(128,114,120); }

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

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

 span { border-color: rgb(128,114,120); }

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