#764358

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

Shades of Cosmic #764358

Tints of Cosmic #764358

Color information

#764358 (or 0x764358) is unknown color: approx Cosmic. HEX triplet: 76, 43 and 58. RGB value is (118,67,88). Sum of RGB (Red+Green+Blue) = 118+67+88=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #764358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764358 is #89BCA7. Grayscale: #545454. Windows color (decimal): -9026728 or 5784438. OLE color: 5784438.

HSL color Cylindrical-coordinate representation of color #764358: hue angle of 335.29º 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 #764358 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB1186788-
CMYK00.430.250.54
HSL335.29º27.57%36.27%-
HSV(B)335.29º43.22%46.27%-
XYZ11.248.5710.29-
YUV84.64129.9151.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 67 (26.56% from 255) = 24.54%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=43.22%
G=24.54%
B=32.23%

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
Decimal118678800.430.250.54335.2927.5736.27
Hex76435802B193614f1c24
Octal16610313005331665173444
Binary11101101000011101100001010111100111011010100111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764358; }

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

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

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

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

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

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

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

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