Html Css Color HEX #745563 Cosmic

📋 copy color: '#745563'

red 116 ◦ green 85 ◦ blue 99

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

Shades of Cosmic #745563

Tints of Cosmic #745563

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.33%

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

R = 38.67%
G = 28.33%
B = 33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#745563 (or 0x745563) is known color: Cosmic. HEX triplet: 74, 55 and 63. RGB value is (116,85,99). Sum of RGB (Red+Green+Blue) = 116+85+99=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #745563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745563 is #8BAA9C. Grayscale: #5F5F5F. Windows color (decimal): -9153181 or 6509940. OLE color: 6509940.

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

Color convert

RGB 116 85 99 -
CMYK 0 0.27 0.15 0.55
HSL 332.9º 0.15% 0.39% -
HSV(B) 332.9º 0.27% 0.45% -
XYZ 12.7 11.11 13.28 -
YUV 95.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 116 85 99 0 0.27 0.15 0.55 332.9 0.15 0.39
Hex 74 55 63 0 1B F 37 14D F 27
Octal 164 125 143 0 33 17 67 515 17 47
Binary 1110100 1010101 1100011 0 11011 1111 110111 101001101 1111 100111

Color Harmonies of #745563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745563

Black with #745563

Text Example


Text Example

White with #745563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745563; }

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

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

background-color css

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

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

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

border-color css

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

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

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