#745767

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

Shades of Cosmic #745767

Tints of Cosmic #745767

Color information

#745767 (or 0x745767) is unknown color: approx Cosmic. HEX triplet: 74, 57 and 67. RGB value is (116,87,103). Sum of RGB (Red+Green+Blue) = 116+87+103=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #745767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745767 is #8BA898. Grayscale: #616161. Windows color (decimal): -9152665 or 6772596. OLE color: 6772596.

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

Color convert

RGB11687103-
CMYK00.250.110.55
HSL326.9º14.29%39.8%-
HSV(B)326.9º25%45.49%-
XYZ13.0611.5114.37-
YUV97.49131.11141.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 87 (34.38% from 255) = 28.43%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=37.91%
G=28.43%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168710300.250.110.55326.914.2939.8
Hex745767019B37147e28
Octal16412714703113675071650
Binary11101001010111110011101100110111101111010001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745767; }

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

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

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

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

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

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

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

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