Html Css Color HEX #743B61 Cosmic

📋 copy color: '#743B61'

red 116 ◦ green 59 ◦ blue 97

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

Shades of Cosmic #743B61

Tints of Cosmic #743B61

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.69%

 BLUE value IS 97 (38.28% from 255) = 35.66%

R = 42.65%
G = 21.69%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#743B61 (or 0x743B61) is known color: Cosmic. HEX triplet: 74, 3B and 61. RGB value is (116,59,97). Sum of RGB (Red+Green+Blue) = 116+59+97=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #743B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B61 is #8BC49E. Grayscale: #505050. Windows color (decimal): -9159839 or 6372212. OLE color: 6372212.

HSL color Cylindrical-coordinate representation of color #743B61: hue angle of 320º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743B61 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 59 97 -
CMYK 0 0.49 0.16 0.55
HSL 320º 0.33% 0.34% -
HSV(B) 320º 0.49% 0.45% -
XYZ 10.92 7.7 12.22 -
YUV 80.38 137.38 153.41 -
System Red Green Blue C M Y K H S L
Decimal 116 59 97 0 0.49 0.16 0.55 320 0.33 0.34
Hex 74 3B 61 0 31 10 37 140 21 22
Octal 164 73 141 0 61 20 67 500 41 42
Binary 1110100 111011 1100001 0 110001 10000 110111 101000000 100001 100010

Color Harmonies of #743B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B61

Black with #743B61

Text Example


Text Example

White with #743B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,59,97); }

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

background-color css

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

 a { background-color: rgb(116,59,97); }

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

border-color css

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

 span { border-color: rgb(116,59,97); }

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