#774965

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

Shades of Cosmic #774965

Tints of Cosmic #774965

Color information

#774965 (or 0x774965) is unknown color: approx Cosmic. HEX triplet: 77, 49 and 65. RGB value is (119,73,101). Sum of RGB (Red+Green+Blue) = 119+73+101=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #774965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774965 is #88B69A. Grayscale: #595959. Windows color (decimal): -8959643 or 6637943. OLE color: 6637943.

HSL color Cylindrical-coordinate representation of color #774965: hue angle of 323.48º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #774965 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB11973101-
CMYK00.390.150.53
HSL323.48º23.96%37.65%-
HSV(B)323.48º38.66%46.67%-
XYZ12.349.6313.52-
YUV89.95134.24148.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.61%
GREEN value IS 73 (28.91% from 255) = 24.91%
BLUE value IS 101 (39.84% from 255) = 34.47%
R=40.61%
G=24.91%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197310100.390.150.53323.4823.9637.65
Hex774965027F351431826
Octal16711114504717655033046
Binary1110111100100111001010100111111111010110100001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774965; }

 p { color: rgb(119,73,101); }

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

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

 a { background-color: rgb(119,73,101); }

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

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

 span { border-color: rgb(119,73,101); }

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