#765366

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

Shades of Cosmic #765366

Tints of Cosmic #765366

Color information

#765366 (or 0x765366) is unknown color: approx Cosmic. HEX triplet: 76, 53 and 66. RGB value is (118,83,102). Sum of RGB (Red+Green+Blue) = 118+83+102=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #765366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765366 is #89AC99. Grayscale: #5F5F5F. Windows color (decimal): -9022618 or 6706038. OLE color: 6706038.

HSL color Cylindrical-coordinate representation of color #765366: hue angle of 327.43º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #765366 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11883102-
CMYK00.300.140.54
HSL327.43º17.41%39.41%-
HSV(B)327.43º29.66%46.27%-
XYZ12.961114.01-
YUV95.63131.6143.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=38.94%
G=27.39%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188310200.300.140.54327.4317.4139.41
Hex76536601EE361471127
Octal16612314603616665072147
Binary111011010100111100110011110111011011010100011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765366; }

 p { color: rgb(118,83,102); }

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

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

 a { background-color: rgb(118,83,102); }

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

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

 span { border-color: rgb(118,83,102); }

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