Html Css Color HEX #734A5D Cosmic

📋 copy color: '#734A5D'

red 115 ◦ green 74 ◦ blue 93

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

Shades of Cosmic #734A5D

Tints of Cosmic #734A5D

RGB

 RED value IS 115 (45.31% from 255) = 40.78%

 GREEN value IS 74 (29.3% from 255) = 26.24%

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 40.78%
G = 26.24%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#734A5D (or 0x734A5D) is known color: Cosmic. HEX triplet: 73, 4A and 5D. RGB value is (115,74,93). Sum of RGB (Red+Green+Blue) = 115+74+93=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #734A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734A5D is #8CB5A2. Grayscale: #585858. Windows color (decimal): -9221539 or 6113907. OLE color: 6113907.

HSL color Cylindrical-coordinate representation of color #734A5D: hue angle of 332.2º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #734A5D is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 74 93 -
CMYK 0 0.36 0.19 0.55
HSL 332.2º 0.22% 0.37% -
HSV(B) 332.2º 0.36% 0.45% -
XYZ 11.49 9.33 11.55 -
YUV 88.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 115 74 93 0 0.36 0.19 0.55 332.2 0.22 0.37
Hex 73 4A 5D 0 24 13 37 14C 16 25
Octal 163 112 135 0 44 23 67 514 26 45
Binary 1110011 1001010 1011101 0 100100 10011 110111 101001100 10110 100101

Color Harmonies of #734A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734A5D

Black with #734A5D

Text Example


Text Example

White with #734A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734A5D; }

 p { color: rgb(115,74,93); }

 H1.HeaderClassName
 {
   color: #734A5D;
 }
 .AnyTagClassName
 {
   color: #734A5D;
 }
</style>

background-color css

<style>
 a { background-color: #734A5D; }

 a { background-color: rgb(115,74,93); }

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

border-color css

<style>
 span { border-color: #734A5D; }

 span { border-color: rgb(115,74,93); }

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