#775367

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

Shades of Cosmic #775367

Tints of Cosmic #775367

Color information

#775367 (or 0x775367) is unknown color: approx Cosmic. HEX triplet: 77, 53 and 67. RGB value is (119,83,103). Sum of RGB (Red+Green+Blue) = 119+83+103=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #775367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775367 is #88AC98. Grayscale: #5F5F5F. Windows color (decimal): -8957081 or 6771575. OLE color: 6771575.

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

Color convert

RGB11983103-
CMYK00.300.130.53
HSL326.67º17.82%39.61%-
HSV(B)326.67º30.25%46.67%-
XYZ13.1511.0914.28-
YUV96.04131.93144.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.02%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 103 (40.62% from 255) = 33.77%
R=39.02%
G=27.21%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198310300.300.130.53326.6717.8239.61
Hex77536701ED351471228
Octal16712314703615655072250
Binary111011110100111100111011110110111010110100011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775367; }

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

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

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

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

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

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

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

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