Html Css Color HEX #743F65 Cosmic

📋 copy color: '#743F65'

red 116 ◦ green 63 ◦ blue 101

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

Shades of Cosmic #743F65

Tints of Cosmic #743F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.07%

R = 41.43%
G = 22.5%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#743F65 (or 0x743F65) is known color: Cosmic. HEX triplet: 74, 3F and 65. RGB value is (116,63,101). Sum of RGB (Red+Green+Blue) = 116+63+101=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #743F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F65 is #8BC09A. Grayscale: #535353. Windows color (decimal): -9158811 or 6635380. OLE color: 6635380.

HSL color Cylindrical-coordinate representation of color #743F65: hue angle of 316.98º 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 #743F65 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 63 101 -
CMYK 0 0.46 0.13 0.55
HSL 316.98º 0.3% 0.35% -
HSV(B) 316.98º 0.46% 0.45% -
XYZ 11.33 8.21 13.3 -
YUV 83.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 116 63 101 0 0.46 0.13 0.55 316.98 0.3 0.35
Hex 74 3F 65 0 2E D 37 13D 1E 23
Octal 164 77 145 0 56 15 67 475 36 43
Binary 1110100 111111 1100101 0 101110 1101 110111 100111101 11110 100011

Color Harmonies of #743F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743F65

Black with #743F65

Text Example


Text Example

White with #743F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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