#764265

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

Shades of Cosmic #764265

Tints of Cosmic #764265

Color information

#764265 (or 0x764265) is unknown color: approx Cosmic. HEX triplet: 76, 42 and 65. RGB value is (118,66,101). Sum of RGB (Red+Green+Blue) = 118+66+101=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #764265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764265 is #89BD9A. Grayscale: #555555. Windows color (decimal): -9026971 or 6636150. OLE color: 6636150.

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

Color convert

RGB11866101-
CMYK00.440.140.54
HSL319.62º28.26%36.08%-
HSV(B)319.62º44.07%46.27%-
XYZ11.778.6913.37-
YUV85.54136.73151.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=41.40%
G=23.16%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1186610100.440.140.54319.6228.2636.08
Hex76426502CE361401c24
Octal16610214505416665003444
Binary1110110100001011001010101100111011011010100000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764265; }

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

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

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

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

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

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

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

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