#745761

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

Shades of Cosmic #745761

Tints of Cosmic #745761

Color information

#745761 (or 0x745761) is unknown color: approx Cosmic. HEX triplet: 74, 57 and 61. RGB value is (116,87,97). Sum of RGB (Red+Green+Blue) = 116+87+97=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #745761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745761 is #8BA89E. Grayscale: #606060. Windows color (decimal): -9152671 or 6379380. OLE color: 6379380.

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

Color convert

RGB1168797-
CMYK00.250.160.55
HSL339.31º14.29%39.8%-
HSV(B)339.31º25%45.49%-
XYZ12.7711.3912.84-
YUV96.81128.11141.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.67%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=38.67%
G=29%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116879700.250.160.55339.3114.2939.8
Hex7457610191037153e28
Octal16412714103120675231650
Binary111010010101111100001011001100001101111010100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745761; }

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

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

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

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

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

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

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

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