#74505B

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

Shades of Cosmic #74505B

Tints of Cosmic #74505B

Color information

#74505B (or 0x74505B) is unknown color: approx Cosmic. HEX triplet: 74, 50 and 5B. RGB value is (116,80,91). Sum of RGB (Red+Green+Blue) = 116+80+91=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #74505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74505B is #8BAFA4. Grayscale: #5C5C5C. Windows color (decimal): -9154469 or 5984372. OLE color: 5984372.

HSL color Cylindrical-coordinate representation of color #74505B: hue angle of 341.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74505B is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1168091-
CMYK00.310.220.55
HSL341.67º18.37%38.43%-
HSV(B)341.67º31.03%45.49%-
XYZ11.9610.2111.24-
YUV92.02127.43145.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.42%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=40.42%
G=27.87%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116809100.310.220.55341.6718.3738.43
Hex74505B01F16371561226
Octal16412013303726675262246
Binary1110100101000010110110111111011011011110101011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74505B; }

 p { color: rgb(116,80,91); }

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

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

 a { background-color: rgb(116,80,91); }

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

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

 span { border-color: rgb(116,80,91); }

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