#764658

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

Shades of Cosmic #764658

Tints of Cosmic #764658

Color information

#764658 (or 0x764658) is unknown color: approx Cosmic. HEX triplet: 76, 46 and 58. RGB value is (118,70,88). Sum of RGB (Red+Green+Blue) = 118+70+88=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #764658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764658 is #89B9A7. Grayscale: #565656. Windows color (decimal): -9025960 or 5785206. OLE color: 5785206.

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

Color convert

RGB1187088-
CMYK00.410.250.54
HSL337.5º25.53%36.86%-
HSV(B)337.5º40.68%46.27%-
XYZ11.428.9410.36-
YUV86.4128.9150.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 88 (34.77% from 255) = 31.88%
R=42.75%
G=25.36%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118708800.410.250.54337.525.5336.86
Hex76465802919361521a25
Octal16610613005131665223245
Binary11101101000110101100001010011100111011010101001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764658; }

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

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

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

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

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

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

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

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