#745667

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

Shades of Cosmic #745667

Tints of Cosmic #745667

Color information

#745667 (or 0x745667) is unknown color: approx Cosmic. HEX triplet: 74, 56 and 67. RGB value is (116,86,103). Sum of RGB (Red+Green+Blue) = 116+86+103=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #745667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745667 is #8BA998. Grayscale: #606060. Windows color (decimal): -9152921 or 6772340. OLE color: 6772340.

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

Color convert

RGB11686103-
CMYK00.260.110.55
HSL326º14.85%39.61%-
HSV(B)326º25.86%45.49%-
XYZ12.9811.3514.34-
YUV96.91131.44141.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 103 (40.62% from 255) = 33.77%
R=38.03%
G=28.20%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168610300.260.110.5532614.8539.61
Hex74566701AB37146f28
Octal16412614703213675061750
Binary11101001010110110011101101010111101111010001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745667; }

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

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

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

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

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

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

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

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