Html Css Color HEX #743F64 Cosmic

📋 copy color: '#743F64'

red 116 ◦ green 63 ◦ blue 100

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

Shades of Cosmic #743F64

Tints of Cosmic #743F64

RGB

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

 GREEN value IS 63 (25% from 255) = 22.58%

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

R = 41.58%
G = 22.58%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#743F64 (or 0x743F64) is known color: Cosmic. HEX triplet: 74, 3F and 64. RGB value is (116,63,100). Sum of RGB (Red+Green+Blue) = 116+63+100=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #743F64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F64 is #8BC09B. Grayscale: #525252. Windows color (decimal): -9158812 or 6569844. OLE color: 6569844.

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

Color convert

RGB 116 63 100 -
CMYK 0 0.46 0.14 0.55
HSL 318.11º 0.3% 0.35% -
HSV(B) 318.11º 0.46% 0.45% -
XYZ 11.28 8.19 13.04 -
YUV 83.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 116 63 100 0 0.46 0.14 0.55 318.11 0.3 0.35
Hex 74 3F 64 0 2E E 37 13E 1E 23
Octal 164 77 144 0 56 16 67 476 36 43
Binary 1110100 111111 1100100 0 101110 1110 110111 100111110 11110 100011

Color Harmonies of #743F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743F64

Black with #743F64

Text Example


Text Example

White with #743F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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