#764F62

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

Shades of Cosmic #764F62

Tints of Cosmic #764F62

Color information

#764F62 (or 0x764F62) is unknown color: approx Cosmic. HEX triplet: 76, 4F and 62. RGB value is (118,79,98). Sum of RGB (Red+Green+Blue) = 118+79+98=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #764F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F62 is #89B09D. Grayscale: #5C5C5C. Windows color (decimal): -9023646 or 6442870. OLE color: 6442870.

HSL color Cylindrical-coordinate representation of color #764F62: hue angle of 330.77º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #764F62 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB1187998-
CMYK00.330.170.54
HSL330.77º19.8%38.63%-
HSV(B)330.77º33.05%46.27%-
XYZ12.4710.3312.89-
YUV92.83130.92145.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=40%
G=26.78%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118799800.330.170.54330.7719.838.63
Hex764F62021113614b1427
Octal16611714204121665132447
Binary11101101001111110001001000011000111011010100101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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