Html Css Color HEX #745060 Cosmic

📋 copy color: '#745060'

red 116 ◦ green 80 ◦ blue 96

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

Shades of Cosmic #745060

Tints of Cosmic #745060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.4%

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

R = 39.73%
G = 27.4%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#745060 (or 0x745060) is known color: Cosmic. HEX triplet: 74, 50 and 60. RGB value is (116,80,96). Sum of RGB (Red+Green+Blue) = 116+80+96=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #745060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745060 is #8BAF9F. Grayscale: #5C5C5C. Windows color (decimal): -9154464 or 6312052. OLE color: 6312052.

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

Color convert

RGB 116 80 96 -
CMYK 0 0.31 0.17 0.55
HSL 333.33º 0.18% 0.38% -
HSV(B) 333.33º 0.31% 0.45% -
XYZ 12.18 10.29 12.41 -
YUV 92.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 116 80 96 0 0.31 0.17 0.55 333.33 0.18 0.38
Hex 74 50 60 0 1F 11 37 14D 12 26
Octal 164 120 140 0 37 21 67 515 22 46
Binary 1110100 1010000 1100000 0 11111 10001 110111 101001101 10010 100110

Color Harmonies of #745060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745060

Black with #745060

Text Example


Text Example

White with #745060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745060; }

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

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

background-color css

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

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

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

border-color css

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

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

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