#765468

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

Shades of Cosmic #765468

Tints of Cosmic #765468

Color information

#765468 (or 0x765468) is unknown color: approx Cosmic. HEX triplet: 76, 54 and 68. RGB value is (118,84,104). Sum of RGB (Red+Green+Blue) = 118+84+104=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #765468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765468 is #89AB97. Grayscale: #606060. Windows color (decimal): -9022360 or 6837366. OLE color: 6837366.

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

Color convert

RGB11884104-
CMYK00.290.120.54
HSL324.71º16.83%39.61%-
HSV(B)324.71º28.81%46.27%-
XYZ13.1411.1914.56-
YUV96.45132.26143.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=38.56%
G=27.45%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188410400.290.120.54324.7116.8339.61
Hex76546801DC361451128
Octal16612415003514665052150
Binary111011010101001101000011101110011011010100010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765468; }

 p { color: rgb(118,84,104); }

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

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

 a { background-color: rgb(118,84,104); }

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

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

 span { border-color: rgb(118,84,104); }

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