#764A55

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

Shades of Cosmic #764A55

Tints of Cosmic #764A55

Color information

#764A55 (or 0x764A55) is unknown color: approx Cosmic. HEX triplet: 76, 4A and 55. RGB value is (118,74,85). Sum of RGB (Red+Green+Blue) = 118+74+85=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #764A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764A55 is #89B5AA. Grayscale: #585858. Windows color (decimal): -9024939 or 5589622. OLE color: 5589622.

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

Color convert

RGB1187485-
CMYK00.370.280.54
HSL345º22.92%37.65%-
HSV(B)345º37.29%46.27%-
XYZ11.569.49.8-
YUV88.41126.08149.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 85 (33.59% from 255) = 30.69%
R=42.60%
G=26.71%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118748500.370.280.5434522.9237.65
Hex764A550251C361591726
Octal16611212504534665312746
Binary11101101001010101010101001011110011011010101100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,74,85); }

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

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

 a { background-color: rgb(118,74,85); }

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

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

 span { border-color: rgb(118,74,85); }

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