#764D62

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

Shades of Cosmic #764D62

Tints of Cosmic #764D62

Color information

#764D62 (or 0x764D62) is unknown color: approx Cosmic. HEX triplet: 76, 4D and 62. RGB value is (118,77,98). Sum of RGB (Red+Green+Blue) = 118+77+98=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #764D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D62 is #89B29D. Grayscale: #5B5B5B. Windows color (decimal): -9024158 or 6442358. OLE color: 6442358.

HSL color Cylindrical-coordinate representation of color #764D62: hue angle of 329.27º 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 #764D62 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1187798-
CMYK00.350.170.54
HSL329.27º21.03%38.24%-
HSV(B)329.27º34.75%46.27%-
XYZ12.3310.0412.84-
YUV91.65131.58146.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.27%
GREEN value IS 77 (30.47% from 255) = 26.28%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=40.27%
G=26.28%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118779800.350.170.54329.2721.0338.24
Hex764D6202311361491526
Octal16611514204321665112546
Binary11101101001101110001001000111000111011010100100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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