Html Css Color HEX #734D5D Cosmic

📋 copy color: '#734D5D'

red 115 ◦ green 77 ◦ blue 93

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

Shades of Cosmic #734D5D

Tints of Cosmic #734D5D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.02%

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

R = 40.35%
G = 27.02%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#734D5D (or 0x734D5D) is known color: Cosmic. HEX triplet: 73, 4D and 5D. RGB value is (115,77,93). Sum of RGB (Red+Green+Blue) = 115+77+93=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 115 - color contains mainly: red. Hex color #734D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D5D is #8CB2A2. Grayscale: #5A5A5A. Windows color (decimal): -9220771 or 6114675. OLE color: 6114675.

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

Color convert

RGB 115 77 93 -
CMYK 0 0.33 0.19 0.55
HSL 334.74º 0.2% 0.38% -
HSV(B) 334.74º 0.33% 0.45% -
XYZ 11.7 9.74 11.62 -
YUV 90.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 115 77 93 0 0.33 0.19 0.55 334.74 0.2 0.38
Hex 73 4D 5D 0 21 13 37 14F 14 26
Octal 163 115 135 0 41 23 67 517 24 46
Binary 1110011 1001101 1011101 0 100001 10011 110111 101001111 10100 100110

Color Harmonies of #734D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734D5D

Black with #734D5D

Text Example


Text Example

White with #734D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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