#755861

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

Shades of Cosmic #755861

Tints of Cosmic #755861

Color information

#755861 (or 0x755861) is unknown color: approx Cosmic. HEX triplet: 75, 58 and 61. RGB value is (117,88,97). Sum of RGB (Red+Green+Blue) = 117+88+97=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #755861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755861 is #8AA79E. Grayscale: #616161. Windows color (decimal): -9086879 or 6379637. OLE color: 6379637.

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

Color convert

RGB1178897-
CMYK00.250.170.54
HSL341.38º14.15%40.2%-
HSV(B)341.38º24.79%45.88%-
XYZ12.9811.6212.87-
YUV97.7127.61141.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.74%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=38.74%
G=29.14%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117889700.250.170.54341.3814.1540.2
Hex7558610191136155e28
Octal16513014103121665251650
Binary111010110110001100001011001100011101101010101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755861; }

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

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

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

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

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

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

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

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