#764359

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

Shades of Cosmic #764359

Tints of Cosmic #764359

Color information

#764359 (or 0x764359) is unknown color: approx Cosmic. HEX triplet: 76, 43 and 59. RGB value is (118,67,89). Sum of RGB (Red+Green+Blue) = 118+67+89=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #764359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764359 is #89BCA6. Grayscale: #545454. Windows color (decimal): -9026727 or 5849974. OLE color: 5849974.

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

Color convert

RGB1186789-
CMYK00.430.250.54
HSL334.12º27.57%36.27%-
HSV(B)334.12º43.22%46.27%-
XYZ11.288.5910.51-
YUV84.76130.4151.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 89 (35.16% from 255) = 32.48%
R=43.07%
G=24.45%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118678900.430.250.54334.1227.5736.27
Hex76435902B193614e1c24
Octal16610313105331665163444
Binary11101101000011101100101010111100111011010100111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764359; }

 p { color: rgb(118,67,89); }

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

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

 a { background-color: rgb(118,67,89); }

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

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

 span { border-color: rgb(118,67,89); }

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