#754F5B

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

Shades of Cosmic #754F5B

Tints of Cosmic #754F5B

Color information

#754F5B (or 0x754F5B) is unknown color: approx Cosmic. HEX triplet: 75, 4F and 5B. RGB value is (117,79,91). Sum of RGB (Red+Green+Blue) = 117+79+91=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #754F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F5B is #8AB0A4. Grayscale: #5B5B5B. Windows color (decimal): -9089189 or 5984117. OLE color: 5984117.

HSL color Cylindrical-coordinate representation of color #754F5B: hue angle of 341.05º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #754F5B is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1177991-
CMYK00.320.220.54
HSL341.05º19.39%38.43%-
HSV(B)341.05º32.48%45.88%-
XYZ12.0210.1311.22-
YUV91.73127.59146.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 79 (31.25% from 255) = 27.53%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=40.77%
G=27.53%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117799100.320.220.54341.0519.3938.43
Hex754F5B02016361551326
Octal16511713304026665252346
Binary11101011001111101101101000001011011011010101010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754F5B; }

 p { color: rgb(117,79,91); }

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

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

 a { background-color: rgb(117,79,91); }

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

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

 span { border-color: rgb(117,79,91); }

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