#755865

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

Shades of Cosmic #755865

Tints of Cosmic #755865

Color information

#755865 (or 0x755865) is unknown color: approx Cosmic. HEX triplet: 75, 58 and 65. RGB value is (117,88,101). Sum of RGB (Red+Green+Blue) = 117+88+101=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #755865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755865 is #8AA79A. Grayscale: #626262. Windows color (decimal): -9086875 or 6641781. OLE color: 6641781.

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

Color convert

RGB11788101-
CMYK00.250.140.54
HSL333.1º14.15%40.2%-
HSV(B)333.1º24.79%45.88%-
XYZ13.1711.713.88-
YUV98.15129.61141.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 88 (34.77% from 255) = 28.76%
BLUE value IS 101 (39.84% from 255) = 33.01%
R=38.24%
G=28.76%
B=33.01%

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
Decimal1178810100.250.140.54333.114.1540.2
Hex755865019E3614de28
Octal16513014503116665151650
Binary11101011011000110010101100111101101101010011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755865; }

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

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

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

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

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

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

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

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