#764565

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

Shades of Cosmic #764565

Tints of Cosmic #764565

Color information

#764565 (or 0x764565) is unknown color: approx Cosmic. HEX triplet: 76, 45 and 65. RGB value is (118,69,101). Sum of RGB (Red+Green+Blue) = 118+69+101=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #764565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764565 is #89BA9A. Grayscale: #575757. Windows color (decimal): -9026203 or 6636918. OLE color: 6636918.

HSL color Cylindrical-coordinate representation of color #764565: hue angle of 320.82º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764565 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11869101-
CMYK00.420.140.54
HSL320.82º26.2%36.67%-
HSV(B)320.82º41.53%46.27%-
XYZ11.959.0513.43-
YUV87.3135.73149.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=40.97%
G=23.96%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186910100.420.140.54320.8226.236.67
Hex76456502AE361411a25
Octal16610514505216665013245
Binary1110110100010111001010101010111011011010100000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764565; }

 p { color: rgb(118,69,101); }

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

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

 a { background-color: rgb(118,69,101); }

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

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

 span { border-color: rgb(118,69,101); }

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