#775567

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

Shades of Cosmic #775567

Tints of Cosmic #775567

Color information

#775567 (or 0x775567) is unknown color: approx Cosmic. HEX triplet: 77, 55 and 67. RGB value is (119,85,103). Sum of RGB (Red+Green+Blue) = 119+85+103=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #775567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775567 is #88AA98. Grayscale: #616161. Windows color (decimal): -8956569 or 6772087. OLE color: 6772087.

HSL color Cylindrical-coordinate representation of color #775567: hue angle of 328.24º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775567 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB11985103-
CMYK00.290.130.53
HSL328.24º16.67%40%-
HSV(B)328.24º28.57%46.67%-
XYZ13.311.414.33-
YUV97.22131.26143.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.76%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 103 (40.62% from 255) = 33.55%
R=38.76%
G=27.69%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198510300.290.130.53328.2416.6740
Hex77556701DD351481128
Octal16712514703515655102150
Binary111011110101011100111011101110111010110100100010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775567; }

 p { color: rgb(119,85,103); }

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

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

 a { background-color: rgb(119,85,103); }

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

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

 span { border-color: rgb(119,85,103); }

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