#765865

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

Shades of Cosmic #765865

Tints of Cosmic #765865

Color information

#765865 (or 0x765865) is unknown color: approx Cosmic. HEX triplet: 76, 58 and 65. RGB value is (118,88,101). Sum of RGB (Red+Green+Blue) = 118+88+101=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #765865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765865 is #89A79A. Grayscale: #626262. Windows color (decimal): -9021339 or 6641782. OLE color: 6641782.

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

Color convert

RGB11888101-
CMYK00.250.140.54
HSL334º14.56%40.39%-
HSV(B)334º25.42%46.27%-
XYZ13.3111.7713.88-
YUV98.45129.44141.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 101 (39.84% from 255) = 32.90%
R=38.44%
G=28.66%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188810100.250.140.5433414.5640.39
Hex765865019E3614ef28
Octal16613014503116665161750
Binary11101101011000110010101100111101101101010011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765865; }

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

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

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

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

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

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

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

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