#764D61

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

Shades of Cosmic #764D61

Tints of Cosmic #764D61

Color information

#764D61 (or 0x764D61) is unknown color: approx Cosmic. HEX triplet: 76, 4D and 61. RGB value is (118,77,97). Sum of RGB (Red+Green+Blue) = 118+77+97=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #764D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D61 is #89B29E. Grayscale: #5B5B5B. Windows color (decimal): -9024159 or 6376822. OLE color: 6376822.

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

Color convert

RGB1187797-
CMYK00.350.180.54
HSL330.73º21.03%38.24%-
HSV(B)330.73º34.75%46.27%-
XYZ12.2810.0212.6-
YUV91.54131.08146.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.41%
GREEN value IS 77 (30.47% from 255) = 26.37%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=40.41%
G=26.37%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118779700.350.180.54330.7321.0338.24
Hex764D61023123614b1526
Octal16611514104322665132546
Binary11101101001101110000101000111001011011010100101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,77,97); }

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

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

 a { background-color: rgb(118,77,97); }

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

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

 span { border-color: rgb(118,77,97); }

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