Html Css Color HEX #743D61 Cosmic

📋 copy color: '#743D61'

red 116 ◦ green 61 ◦ blue 97

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

Shades of Cosmic #743D61

Tints of Cosmic #743D61

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.26%

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

R = 42.34%
G = 22.26%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#743D61 (or 0x743D61) is known color: Cosmic. HEX triplet: 74, 3D and 61. RGB value is (116,61,97). Sum of RGB (Red+Green+Blue) = 116+61+97=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #743D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743D61 is #8BC29E. Grayscale: #515151. Windows color (decimal): -9159327 or 6372724. OLE color: 6372724.

HSL color Cylindrical-coordinate representation of color #743D61: hue angle of 320.73º degrees, saturation: 0.31, 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 #743D61 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 61 97 -
CMYK 0 0.47 0.16 0.55
HSL 320.73º 0.31% 0.35% -
HSV(B) 320.73º 0.47% 0.45% -
XYZ 11.03 7.91 12.26 -
YUV 81.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 116 61 97 0 0.47 0.16 0.55 320.73 0.31 0.35
Hex 74 3D 61 0 2F 10 37 141 1F 23
Octal 164 75 141 0 57 20 67 501 37 43
Binary 1110100 111101 1100001 0 101111 10000 110111 101000001 11111 100011

Color Harmonies of #743D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743D61

Black with #743D61

Text Example


Text Example

White with #743D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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