#755C68

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

Shades of Cosmic #755C68

Tints of Cosmic #755C68

Color information

#755C68 (or 0x755C68) is unknown color: approx Cosmic. HEX triplet: 75, 5C and 68. RGB value is (117,92,104). Sum of RGB (Red+Green+Blue) = 117+92+104=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #755C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C68 is #8AA397. Grayscale: #646464. Windows color (decimal): -9085848 or 6839413. OLE color: 6839413.

HSL color Cylindrical-coordinate representation of color #755C68: hue angle of 331.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #755C68 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB11792104-
CMYK00.210.110.54
HSL331.2º11.96%40.98%-
HSV(B)331.2º21.37%45.88%-
XYZ13.6612.4414.78-
YUV100.84129.78139.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.38%
GREEN value IS 92 (36.33% from 255) = 29.39%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=37.38%
G=29.39%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179210400.210.110.54331.211.9640.98
Hex755C68015B3614bc29
Octal16513415002513665131451
Binary11101011011100110100001010110111101101010010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755C68; }

 p { color: rgb(117,92,104); }

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

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

 a { background-color: rgb(117,92,104); }

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

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

 span { border-color: rgb(117,92,104); }

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