#764F5E

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

Shades of Cosmic #764F5E

Tints of Cosmic #764F5E

Color information

#764F5E (or 0x764F5E) is unknown color: approx Cosmic. HEX triplet: 76, 4F and 5E. RGB value is (118,79,94). Sum of RGB (Red+Green+Blue) = 118+79+94=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #764F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764F5E is #89B0A1. Grayscale: #5C5C5C. Windows color (decimal): -9023650 or 6180726. OLE color: 6180726.

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

Color convert

RGB1187994-
CMYK00.330.200.54
HSL336.92º19.8%38.63%-
HSV(B)336.92º33.05%46.27%-
XYZ12.2910.2511.92-
YUV92.37128.92146.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 94 (37.11% from 255) = 32.30%
R=40.55%
G=27.15%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118799400.330.200.54336.9219.838.63
Hex764F5E02114361511427
Octal16611713604124665212447
Binary11101101001111101111001000011010011011010101000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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