#7D566F

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

Shades of Cosmic #7D566F

Tints of Cosmic #7D566F

Color information

#7D566F (or 0x7D566F) is unknown color: approx Cosmic. HEX triplet: 7D, 56 and 6F. RGB value is (125,86,111). Sum of RGB (Red+Green+Blue) = 125+86+111=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 125 - color contains mainly: red. Hex color #7D566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D566F is #82A990. Grayscale: #646464. Windows color (decimal): -8563089 or 7296637. OLE color: 7296637.

HSL color Cylindrical-coordinate representation of color #7D566F: hue angle of 321.54º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D566F is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB12586111-
CMYK00.310.110.51
HSL321.54º18.48%41.37%-
HSV(B)321.54º31.2%49.02%-
XYZ14.6512.1616.61-
YUV100.51133.92145.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.82%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=38.82%
G=26.71%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1258611100.310.110.51321.5418.4841.37
Hex7D566F01FB331421229
Octal17512615703713635022251
Binary111110110101101101111011111101111001110100001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,86,111); }

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

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

 a { background-color: rgb(125,86,111); }

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

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

 span { border-color: rgb(125,86,111); }

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