#764A65

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

Shades of Cosmic #764A65

Tints of Cosmic #764A65

Color information

#764A65 (or 0x764A65) is unknown color: approx Cosmic. HEX triplet: 76, 4A and 65. RGB value is (118,74,101). Sum of RGB (Red+Green+Blue) = 118+74+101=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #764A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764A65 is #89B59A. Grayscale: #5A5A5A. Windows color (decimal): -9024923 or 6638198. OLE color: 6638198.

HSL color Cylindrical-coordinate representation of color #764A65: hue angle of 323.18º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #764A65 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11874101-
CMYK00.370.140.54
HSL323.18º22.92%37.65%-
HSV(B)323.18º37.29%46.27%-
XYZ12.279.6913.54-
YUV90.23134.08147.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 74 (29.30% from 255) = 25.26%
BLUE value IS 101 (39.84% from 255) = 34.47%
R=40.27%
G=25.26%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187410100.370.140.54323.1822.9237.65
Hex764A65025E361431726
Octal16611214504516665032746
Binary1110110100101011001010100101111011011010100001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764A65; }

 p { color: rgb(118,74,101); }

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

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

 a { background-color: rgb(118,74,101); }

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

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

 span { border-color: rgb(118,74,101); }

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