#774768

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

Shades of Cosmic #774768

Tints of Cosmic #774768

Color information

#774768 (or 0x774768) is unknown color: approx Cosmic. HEX triplet: 77, 47 and 68. RGB value is (119,71,104). Sum of RGB (Red+Green+Blue) = 119+71+104=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #774768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774768 is #88B897. Grayscale: #595959. Windows color (decimal): -8960152 or 6834039. OLE color: 6834039.

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

Color convert

RGB11971104-
CMYK00.400.130.53
HSL318.75º25.26%37.25%-
HSV(B)318.75º40.34%46.67%-
XYZ12.369.4314.27-
YUV89.11136.4149.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 104 (41.02% from 255) = 35.37%
R=40.48%
G=24.15%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197110400.400.130.53318.7525.2637.25
Hex774768028D3513f1925
Octal16710715005015654773145
Binary1110111100011111010000101000110111010110011111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774768; }

 p { color: rgb(119,71,104); }

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

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

 a { background-color: rgb(119,71,104); }

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

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

 span { border-color: rgb(119,71,104); }

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