#774262

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

Shades of Cosmic #774262

Tints of Cosmic #774262

Color information

#774262 (or 0x774262) is unknown color: approx Cosmic. HEX triplet: 77, 42 and 62. RGB value is (119,66,98). Sum of RGB (Red+Green+Blue) = 119+66+98=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #774262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774262 is #88BD9D. Grayscale: #555555. Windows color (decimal): -8961438 or 6439543. OLE color: 6439543.

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

Color convert

RGB1196698-
CMYK00.450.180.53
HSL323.77º28.65%36.27%-
HSV(B)323.77º44.54%46.67%-
XYZ11.768.712.61-
YUV85.49135.06151.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 98 (38.67% from 255) = 34.63%
R=42.05%
G=23.32%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119669800.450.180.53323.7728.6536.27
Hex77426202D12351441d24
Octal16710214205522655043544
Binary11101111000010110001001011011001011010110100010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774262; }

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

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

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

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

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

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

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

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