Html Css Color HEX #745466 Cosmic

📋 copy color: '#745466'

red 116 ◦ green 84 ◦ blue 102

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

Shades of Cosmic #745466

Tints of Cosmic #745466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.77%

R = 38.41%
G = 27.81%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#745466 (or 0x745466) is known color: Cosmic. HEX triplet: 74, 54 and 66. RGB value is (116,84,102). Sum of RGB (Red+Green+Blue) = 116+84+102=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #745466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745466 is #8BAB99. Grayscale: #5F5F5F. Windows color (decimal): -9153434 or 6706292. OLE color: 6706292.

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

Color convert

RGB 116 84 102 -
CMYK 0 0.28 0.12 0.55
HSL 326.25º 0.16% 0.39% -
HSV(B) 326.25º 0.28% 0.45% -
XYZ 12.77 11.01 14.02 -
YUV 95.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 116 84 102 0 0.28 0.12 0.55 326.25 0.16 0.39
Hex 74 54 66 0 1C C 37 146 10 27
Octal 164 124 146 0 34 14 67 506 20 47
Binary 1110100 1010100 1100110 0 11100 1100 110111 101000110 10000 100111

Color Harmonies of #745466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745466

Black with #745466

Text Example


Text Example

White with #745466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745466; }

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

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

background-color css

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

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

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

border-color css

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

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

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