#764467

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

Shades of Cosmic #764467

Tints of Cosmic #764467

Color information

#764467 (or 0x764467) is unknown color: approx Cosmic. HEX triplet: 76, 44 and 67. RGB value is (118,68,103). Sum of RGB (Red+Green+Blue) = 118+68+103=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #764467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764467 is #89BB98. Grayscale: #565656. Windows color (decimal): -9026457 or 6767734. OLE color: 6767734.

HSL color Cylindrical-coordinate representation of color #764467: hue angle of 318º 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 #764467 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB11868103-
CMYK00.420.130.54
HSL318º26.88%36.47%-
HSV(B)318º42.37%46.27%-
XYZ11.998.9713.93-
YUV86.94137.06150.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 68 (26.95% from 255) = 23.53%
BLUE value IS 103 (40.62% from 255) = 35.64%
R=40.83%
G=23.53%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186810300.420.130.5431826.8836.47
Hex76446702AD3613e1b24
Octal16610414705215664763344
Binary1110110100010011001110101010110111011010011111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764467; }

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

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

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

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

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

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

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

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