#745267

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

Shades of Cosmic #745267

Tints of Cosmic #745267

Color information

#745267 (or 0x745267) is unknown color: approx Cosmic. HEX triplet: 74, 52 and 67. RGB value is (116,82,103). Sum of RGB (Red+Green+Blue) = 116+82+103=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #745267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745267 is #8BAD98. Grayscale: #5E5E5E. Windows color (decimal): -9153945 or 6771316. OLE color: 6771316.

HSL color Cylindrical-coordinate representation of color #745267: hue angle of 322.94º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #745267 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11682103-
CMYK00.290.110.55
HSL322.94º17.17%38.82%-
HSV(B)322.94º29.31%45.49%-
XYZ12.6710.7314.23-
YUV94.56132.76143.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=38.54%
G=27.24%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168210300.290.110.55322.9417.1738.82
Hex74526701DB371431127
Octal16412214703513675032147
Binary111010010100101100111011101101111011110100001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745267; }

 p { color: rgb(116,82,103); }

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

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

 a { background-color: rgb(116,82,103); }

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

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

 span { border-color: rgb(116,82,103); }

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