#764068

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

Shades of Cosmic #764068

Tints of Cosmic #764068

Color information

#764068 (or 0x764068) is unknown color: approx Cosmic. HEX triplet: 76, 40 and 68. RGB value is (118,64,104). Sum of RGB (Red+Green+Blue) = 118+64+104=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #764068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764068 is #89BF97. Grayscale: #545454. Windows color (decimal): -9027480 or 6832246. OLE color: 6832246.

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

Color convert

RGB11864104-
CMYK00.460.120.54
HSL315.56º29.67%35.69%-
HSV(B)315.56º45.76%46.27%-
XYZ11.88.5214.12-
YUV84.71138.89151.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.26%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 104 (41.02% from 255) = 36.36%
R=41.26%
G=22.38%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186410400.460.120.54315.5629.6735.69
Hex76406802EC3613c1e24
Octal16610015005614664743644
Binary1110110100000011010000101110110011011010011110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764068; }

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

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

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

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

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

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

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

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