#7C7578

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

Shades of Venus #7C7578

Tints of Venus #7C7578

Color information

#7C7578 (or 0x7C7578) is unknown color: approx Venus. HEX triplet: 7C, 75 and 78. RGB value is (124,117,120). Sum of RGB (Red+Green+Blue) = 124+117+120=361 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.35% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7578 is #838A87. Grayscale: #777777. Windows color (decimal): -8620680 or 7894396. OLE color: 7894396.

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

Color convert

RGB124117120-
CMYK00.060.030.51
HSL334.29º2.9%47.25%-
HSV(B)334.29º5.65%48.63%-
XYZ18.0618.3620.36-
YUV119.44128.32131.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.35%
GREEN value IS 117 (46.09% from 255) = 32.41%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=34.35%
G=32.41%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411712000.060.030.51334.292.947.25
Hex7C75780633314e32f
Octal17416517006363516357
Binary11111001110101111100001101111001110100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C7578; }

 p { color: rgb(124,117,120); }

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

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

 a { background-color: rgb(124,117,120); }

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

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

 span { border-color: rgb(124,117,120); }

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