#774062

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

Shades of Cosmic #774062

Tints of Cosmic #774062

Color information

#774062 (or 0x774062) is unknown color: approx Cosmic. HEX triplet: 77, 40 and 62. RGB value is (119,64,98). Sum of RGB (Red+Green+Blue) = 119+64+98=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #774062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774062 is #88BF9D. Grayscale: #545454. Windows color (decimal): -8961950 or 6439031. OLE color: 6439031.

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

Color convert

RGB1196498-
CMYK00.460.180.53
HSL322.91º30.05%35.88%-
HSV(B)322.91º46.22%46.67%-
XYZ11.658.4712.58-
YUV84.32135.72152.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=42.35%
G=22.78%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119649800.460.180.53322.9130.0535.88
Hex77406202E12351431e24
Octal16710014205622655033644
Binary11101111000000110001001011101001011010110100001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774062; }

 p { color: rgb(119,64,98); }

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

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

 a { background-color: rgb(119,64,98); }

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

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

 span { border-color: rgb(119,64,98); }

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