#755C6A

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

Shades of Cosmic #755C6A

Tints of Cosmic #755C6A

Color information

#755C6A (or 0x755C6A) is unknown color: approx Cosmic. HEX triplet: 75, 5C and 6A. RGB value is (117,92,106). Sum of RGB (Red+Green+Blue) = 117+92+106=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #755C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C6A is #8AA395. Grayscale: #656565. Windows color (decimal): -9085846 or 6970485. OLE color: 6970485.

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

Color convert

RGB11792106-
CMYK00.210.090.54
HSL326.4º11.96%40.98%-
HSV(B)326.4º21.37%45.88%-
XYZ13.7612.4815.32-
YUV101.07130.78139.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 106 (41.80% from 255) = 33.65%
R=37.14%
G=29.21%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1179210600.210.090.54326.411.9640.98
Hex755C6A015936146c29
Octal16513415202511665061451
Binary11101011011100110101001010110011101101010001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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