Html Css Color HEX #745964 Cosmic

📋 copy color: '#745964'

red 116 ◦ green 89 ◦ blue 100

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

Shades of Cosmic #745964

Tints of Cosmic #745964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.18%

 BLUE value IS 100 (39.45% from 255) = 32.79%

R = 38.03%
G = 29.18%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#745964 (or 0x745964) is known color: Cosmic. HEX triplet: 74, 59 and 64. RGB value is (116,89,100). Sum of RGB (Red+Green+Blue) = 116+89+100=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #745964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745964 is #8BA69B. Grayscale: #626262. Windows color (decimal): -9152156 or 6576500. OLE color: 6576500.

HSL color Cylindrical-coordinate representation of color #745964: hue angle of 335.56º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #745964 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 89 100 -
CMYK 0 0.23 0.14 0.55
HSL 335.56º 0.13% 0.4% -
HSV(B) 335.56º 0.23% 0.45% -
XYZ 13.08 11.78 13.64 -
YUV 98.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 116 89 100 0 0.23 0.14 0.55 335.56 0.13 0.4
Hex 74 59 64 0 17 E 37 150 D 28
Octal 164 131 144 0 27 16 67 520 15 50
Binary 1110100 1011001 1100100 0 10111 1110 110111 101010000 1101 101000

Color Harmonies of #745964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745964

Black with #745964

Text Example


Text Example

White with #745964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745964; }

 p { color: rgb(116,89,100); }

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

background-color css

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

 a { background-color: rgb(116,89,100); }

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

border-color css

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

 span { border-color: rgb(116,89,100); }

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