#765068

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

Shades of Cosmic #765068

Tints of Cosmic #765068

Color information

#765068 (or 0x765068) is unknown color: approx Cosmic. HEX triplet: 76, 50 and 68. RGB value is (118,80,104). Sum of RGB (Red+Green+Blue) = 118+80+104=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #765068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765068 is #89AF97. Grayscale: #5E5E5E. Windows color (decimal): -9023384 or 6836342. OLE color: 6836342.

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

Color convert

RGB11880104-
CMYK00.320.120.54
HSL322.11º19.19%38.82%-
HSV(B)322.11º32.2%46.27%-
XYZ12.8410.5914.46-
YUV94.1133.59145.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=39.07%
G=26.49%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188010400.320.120.54322.1119.1938.82
Hex765068020C361421327
Octal16612015004014665022347
Binary1110110101000011010000100000110011011010100001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765068; }

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

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

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

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

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

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

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

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