Html Css Color HEX #745063 Cosmic

📋 copy color: '#745063'

red 116 ◦ green 80 ◦ blue 99

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

Shades of Cosmic #745063

Tints of Cosmic #745063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 39.32%
G = 27.12%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#745063 (or 0x745063) is known color: Cosmic. HEX triplet: 74, 50 and 63. RGB value is (116,80,99). Sum of RGB (Red+Green+Blue) = 116+80+99=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #745063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745063 is #8BAF9C. Grayscale: #5C5C5C. Windows color (decimal): -9154461 or 6508660. OLE color: 6508660.

HSL color Cylindrical-coordinate representation of color #745063: hue angle of 328.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 #745063 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 99 -
CMYK 0 0.31 0.15 0.55
HSL 328.33º 0.18% 0.38% -
HSV(B) 328.33º 0.31% 0.45% -
XYZ 12.32 10.35 13.15 -
YUV 92.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 116 80 99 0 0.31 0.15 0.55 328.33 0.18 0.38
Hex 74 50 63 0 1F F 37 148 12 26
Octal 164 120 143 0 37 17 67 510 22 46
Binary 1110100 1010000 1100011 0 11111 1111 110111 101001000 10010 100110

Color Harmonies of #745063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745063

Black with #745063

Text Example


Text Example

White with #745063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745063; }

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

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

background-color css

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

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

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

border-color css

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

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

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