Html Css Color HEX #745463 Cosmic

📋 copy color: '#745463'

red 116 ◦ green 84 ◦ blue 99

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

Shades of Cosmic #745463

Tints of Cosmic #745463

RGB

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

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

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

R = 38.8%
G = 28.09%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#745463 (or 0x745463) is known color: Cosmic. HEX triplet: 74, 54 and 63. RGB value is (116,84,99). Sum of RGB (Red+Green+Blue) = 116+84+99=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #745463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745463 is #8BAB9C. Grayscale: #5F5F5F. Windows color (decimal): -9153437 or 6509684. OLE color: 6509684.

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

Color convert

RGB 116 84 99 -
CMYK 0 0.28 0.15 0.55
HSL 331.88º 0.16% 0.39% -
HSV(B) 331.88º 0.28% 0.45% -
XYZ 12.62 10.95 13.25 -
YUV 95.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 116 84 99 0 0.28 0.15 0.55 331.88 0.16 0.39
Hex 74 54 63 0 1C F 37 14C 10 27
Octal 164 124 143 0 34 17 67 514 20 47
Binary 1110100 1010100 1100011 0 11100 1111 110111 101001100 10000 100111

Color Harmonies of #745463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745463

Black with #745463

Text Example


Text Example

White with #745463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745463; }

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

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

background-color css

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

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

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

border-color css

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

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

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