#774367

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

Shades of Cosmic #774367

Tints of Cosmic #774367

Color information

#774367 (or 0x774367) is unknown color: approx Cosmic. HEX triplet: 77, 43 and 67. RGB value is (119,67,103). Sum of RGB (Red+Green+Blue) = 119+67+103=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #774367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774367 is #88BC98. Grayscale: #565656. Windows color (decimal): -8961177 or 6767479. OLE color: 6767479.

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

Color convert

RGB11967103-
CMYK00.440.130.53
HSL318.46º27.96%36.47%-
HSV(B)318.46º43.7%46.67%-
XYZ12.068.9213.92-
YUV86.65137.23151.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 103 (40.62% from 255) = 35.64%
R=41.18%
G=23.18%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196710300.440.130.53318.4627.9636.47
Hex77436702CD3513e1c24
Octal16710314705415654763444
Binary1110111100001111001110101100110111010110011111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774367; }

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

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

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

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

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

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

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

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