#765869

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

Shades of Cosmic #765869

Tints of Cosmic #765869

Color information

#765869 (or 0x765869) is unknown color: approx Cosmic. HEX triplet: 76, 58 and 69. RGB value is (118,88,105). Sum of RGB (Red+Green+Blue) = 118+88+105=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #765869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765869 is #89A796. Grayscale: #626262. Windows color (decimal): -9021335 or 6903926. OLE color: 6903926.

HSL color Cylindrical-coordinate representation of color #765869: hue angle of 326º 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 #765869 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11888105-
CMYK00.250.110.54
HSL326º14.56%40.39%-
HSV(B)326º25.42%46.27%-
XYZ13.5111.8514.94-
YUV98.91131.44141.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.94%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 105 (41.41% from 255) = 33.76%
R=37.94%
G=28.30%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188810500.250.110.5432614.5640.39
Hex765869019B36146f28
Octal16613015103113665061750
Binary11101101011000110100101100110111101101010001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765869; }

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

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

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

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

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

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

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

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