#745262

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

Shades of Cosmic #745262

Tints of Cosmic #745262

Color information

#745262 (or 0x745262) is unknown color: approx Cosmic. HEX triplet: 74, 52 and 62. RGB value is (116,82,98). Sum of RGB (Red+Green+Blue) = 116+82+98=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #745262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745262 is #8BAD9D. Grayscale: #5D5D5D. Windows color (decimal): -9153950 or 6443636. OLE color: 6443636.

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

Color convert

RGB1168298-
CMYK00.290.160.55
HSL331.76º17.17%38.82%-
HSV(B)331.76º29.31%45.49%-
XYZ12.4210.6312.95-
YUV93.99130.26143.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 98 (38.67% from 255) = 33.11%
R=39.19%
G=27.70%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116829800.290.160.55331.7617.1738.82
Hex74526201D103714c1127
Octal16412214203520675142147
Binary1110100101001011000100111011000011011110100110010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745262; }

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

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

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

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

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

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

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

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