#755C69

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

Shades of Cosmic #755C69

Tints of Cosmic #755C69

Color information

#755C69 (or 0x755C69) is unknown color: approx Cosmic. HEX triplet: 75, 5C and 69. RGB value is (117,92,105). Sum of RGB (Red+Green+Blue) = 117+92+105=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #755C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C69 is #8AA396. Grayscale: #646464. Windows color (decimal): -9085847 or 6904949. OLE color: 6904949.

HSL color Cylindrical-coordinate representation of color #755C69: hue angle of 328.8º 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 #755C69 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11792105-
CMYK00.210.100.54
HSL328.8º11.96%40.98%-
HSV(B)328.8º21.37%45.88%-
XYZ13.7112.4615.05-
YUV100.96130.28139.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.26%
GREEN value IS 92 (36.33% from 255) = 29.30%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=37.26%
G=29.30%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179210500.210.100.54328.811.9640.98
Hex755C69015A36149c29
Octal16513415102512665111451
Binary11101011011100110100101010110101101101010010011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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