#764765

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

Shades of Cosmic #764765

Tints of Cosmic #764765

Color information

#764765 (or 0x764765) is unknown color: approx Cosmic. HEX triplet: 76, 47 and 65. RGB value is (118,71,101). Sum of RGB (Red+Green+Blue) = 118+71+101=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #764765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764765 is #89B89A. Grayscale: #585858. Windows color (decimal): -9025691 or 6637430. OLE color: 6637430.

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

Color convert

RGB11871101-
CMYK00.400.140.54
HSL321.7º24.87%37.06%-
HSV(B)321.7º39.83%46.27%-
XYZ12.079.313.47-
YUV88.47135.07149.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 71 (28.12% from 255) = 24.48%
BLUE value IS 101 (39.84% from 255) = 34.83%
R=40.69%
G=24.48%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187110100.400.140.54321.724.8737.06
Hex764765028E361421925
Octal16610714505016665023145
Binary1110110100011111001010101000111011011010100001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764765; }

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

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

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

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

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

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

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

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