#764465

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

Shades of Cosmic #764465

Tints of Cosmic #764465

Color information

#764465 (or 0x764465) is unknown color: approx Cosmic. HEX triplet: 76, 44 and 65. RGB value is (118,68,101). Sum of RGB (Red+Green+Blue) = 118+68+101=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #764465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764465 is #89BB9A. Grayscale: #565656. Windows color (decimal): -9026459 or 6636662. OLE color: 6636662.

HSL color Cylindrical-coordinate representation of color #764465: hue angle of 320.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764465 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11868101-
CMYK00.420.140.54
HSL320.4º26.88%36.47%-
HSV(B)320.4º42.37%46.27%-
XYZ11.898.9313.41-
YUV86.71136.06150.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=41.11%
G=23.69%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186810100.420.140.54320.426.8836.47
Hex76446502AE361401b24
Octal16610414505216665003344
Binary1110110100010011001010101010111011011010100000011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764465; }

 p { color: rgb(118,68,101); }

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

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

 a { background-color: rgb(118,68,101); }

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

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

 span { border-color: rgb(118,68,101); }

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