#764562

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

Shades of Cosmic #764562

Tints of Cosmic #764562

Color information

#764562 (or 0x764562) is unknown color: approx Cosmic. HEX triplet: 76, 45 and 62. RGB value is (118,69,98). Sum of RGB (Red+Green+Blue) = 118+69+98=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #764562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764562 is #89BA9D. Grayscale: #565656. Windows color (decimal): -9026206 or 6440310. OLE color: 6440310.

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

Color convert

RGB1186998-
CMYK00.420.170.54
HSL324.49º26.2%36.67%-
HSV(B)324.49º41.53%46.27%-
XYZ11.88.9912.67-
YUV86.96134.23150.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=41.40%
G=24.21%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118699800.420.170.54324.4926.236.67
Hex76456202A11361441a25
Octal16610514205221665043245
Binary11101101000101110001001010101000111011010100010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764562; }

 p { color: rgb(118,69,98); }

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

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

 a { background-color: rgb(118,69,98); }

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

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

 span { border-color: rgb(118,69,98); }

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