#755866

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

Shades of Cosmic #755866

Tints of Cosmic #755866

Color information

#755866 (or 0x755866) is unknown color: approx Cosmic. HEX triplet: 75, 58 and 66. RGB value is (117,88,102). Sum of RGB (Red+Green+Blue) = 117+88+102=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #755866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755866 is #8AA799. Grayscale: #626262. Windows color (decimal): -9086874 or 6707317. OLE color: 6707317.

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

Color convert

RGB11788102-
CMYK00.250.130.54
HSL331.03º14.15%40.2%-
HSV(B)331.03º24.79%45.88%-
XYZ13.2211.7214.14-
YUV98.27130.11141.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=38.11%
G=28.66%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178810200.250.130.54331.0314.1540.2
Hex755866019D3614be28
Octal16513014603115665131650
Binary11101011011000110011001100111011101101010010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755866; }

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

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

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

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

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

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

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

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