Html Css Color HEX #743E64 Cosmic

📋 copy color: '#743E64'

red 116 ◦ green 62 ◦ blue 100

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

Shades of Cosmic #743E64

Tints of Cosmic #743E64

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.3%

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

R = 41.73%
G = 22.3%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#743E64 (or 0x743E64) is known color: Cosmic. HEX triplet: 74, 3E and 64. RGB value is (116,62,100). Sum of RGB (Red+Green+Blue) = 116+62+100=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #743E64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E64 is #8BC19B. Grayscale: #525252. Windows color (decimal): -9159068 or 6569588. OLE color: 6569588.

HSL color Cylindrical-coordinate representation of color #743E64: hue angle of 317.78º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #743E64 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 62 100 -
CMYK 0 0.47 0.14 0.55
HSL 317.78º 0.3% 0.35% -
HSV(B) 317.78º 0.47% 0.45% -
XYZ 11.23 8.08 13.02 -
YUV 82.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 116 62 100 0 0.47 0.14 0.55 317.78 0.3 0.35
Hex 74 3E 64 0 2F E 37 13E 1E 23
Octal 164 76 144 0 57 16 67 476 36 43
Binary 1110100 111110 1100100 0 101111 1110 110111 100111110 11110 100011

Color Harmonies of #743E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743E64

Black with #743E64

Text Example


Text Example

White with #743E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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