#765464

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

Shades of Cosmic #765464

Tints of Cosmic #765464

Color information

#765464 (or 0x765464) is unknown color: approx Cosmic. HEX triplet: 76, 54 and 64. RGB value is (118,84,100). Sum of RGB (Red+Green+Blue) = 118+84+100=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #765464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765464 is #89AB9B. Grayscale: #5F5F5F. Windows color (decimal): -9022364 or 6575222. OLE color: 6575222.

HSL color Cylindrical-coordinate representation of color #765464: hue angle of 331.76º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #765464 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11884100-
CMYK00.290.150.54
HSL331.76º16.83%39.61%-
HSV(B)331.76º28.81%46.27%-
XYZ12.9411.1113.52-
YUV95.99130.26143.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 100 (39.45% from 255) = 33.11%
R=39.07%
G=27.81%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188410000.290.150.54331.7616.8339.61
Hex76546401DF3614c1128
Octal16612414403517665142150
Binary111011010101001100100011101111111011010100110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765464; }

 p { color: rgb(118,84,100); }

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

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

 a { background-color: rgb(118,84,100); }

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

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

 span { border-color: rgb(118,84,100); }

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