Html Css Color HEX #745460 Cosmic

📋 copy color: '#745460'

red 116 ◦ green 84 ◦ blue 96

#745460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #745460

Tints of Cosmic #745460

RGB

 RED value IS 116 (45.7% from 255) = 39.19%

 GREEN value IS 84 (33.2% from 255) = 28.38%

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 39.19%
G = 28.38%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#745460 (or 0x745460) is known color: Cosmic. HEX triplet: 74, 54 and 60. RGB value is (116,84,96). Sum of RGB (Red+Green+Blue) = 116+84+96=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #745460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745460 is #8BAB9F. Grayscale: #5E5E5E. Windows color (decimal): -9153440 or 6313076. OLE color: 6313076.

HSL color Cylindrical-coordinate representation of color #745460: hue angle of 337.5º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #745460 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 84 96 -
CMYK 0 0.28 0.17 0.55
HSL 337.5º 0.16% 0.39% -
HSV(B) 337.5º 0.28% 0.45% -
XYZ 12.48 10.9 12.51 -
YUV 94.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 116 84 96 0 0.28 0.17 0.55 337.5 0.16 0.39
Hex 74 54 60 0 1C 11 37 152 10 27
Octal 164 124 140 0 34 21 67 522 20 47
Binary 1110100 1010100 1100000 0 11100 10001 110111 101010010 10000 100111

Color Harmonies of #745460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745460

Black with #745460

Text Example


Text Example

White with #745460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745460; }

 p { color: rgb(116,84,96); }

 H1.HeaderClassName
 {
   color: #745460;
 }
 .AnyTagClassName
 {
   color: #745460;
 }
</style>

background-color css

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

 a { background-color: rgb(116,84,96); }

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

border-color css

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

 span { border-color: rgb(116,84,96); }

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