#764D69

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

Shades of Cosmic #764D69

Tints of Cosmic #764D69

Color information

#764D69 (or 0x764D69) is unknown color: approx Cosmic. HEX triplet: 76, 4D and 69. RGB value is (118,77,105). Sum of RGB (Red+Green+Blue) = 118+77+105=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #764D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D69 is #89B296. Grayscale: #5C5C5C. Windows color (decimal): -9024151 or 6901110. OLE color: 6901110.

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

Color convert

RGB11877105-
CMYK00.350.110.54
HSL319.02º21.03%38.24%-
HSV(B)319.02º34.75%46.27%-
XYZ12.6710.1814.66-
YUV92.45135.08146.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 77 (30.47% from 255) = 25.67%
BLUE value IS 105 (41.41% from 255) = 35%
R=39.33%
G=25.67%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187710500.350.110.54319.0221.0338.24
Hex764D69023B3613f1526
Octal16611515104313664772546
Binary1110110100110111010010100011101111011010011111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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