#745661

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

Shades of Cosmic #745661

Tints of Cosmic #745661

Color information

#745661 (or 0x745661) is unknown color: approx Cosmic. HEX triplet: 74, 56 and 61. RGB value is (116,86,97). Sum of RGB (Red+Green+Blue) = 116+86+97=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #745661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745661 is #8BA99E. Grayscale: #606060. Windows color (decimal): -9152927 or 6379124. OLE color: 6379124.

HSL color Cylindrical-coordinate representation of color #745661: hue angle of 338º 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 #745661 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1168697-
CMYK00.260.160.55
HSL338º14.85%39.61%-
HSV(B)338º25.86%45.49%-
XYZ12.6911.2312.81-
YUV96.22128.44142.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.80%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=38.80%
G=28.76%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116869700.260.160.5533814.8539.61
Hex74566101A1037152f28
Octal16412614103220675221750
Binary111010010101101100001011010100001101111010100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745661; }

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

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

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

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

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

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

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

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