Html Css Color HEX #734D5E Cosmic

📋 copy color: '#734D5E'

red 115 ◦ green 77 ◦ blue 94

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

Shades of Cosmic #734D5E

Tints of Cosmic #734D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.87%

R = 40.21%
G = 26.92%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#734D5E (or 0x734D5E) is known color: Cosmic. HEX triplet: 73, 4D and 5E. RGB value is (115,77,94). Sum of RGB (Red+Green+Blue) = 115+77+94=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #734D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D5E is #8CB2A1. Grayscale: #5A5A5A. Windows color (decimal): -9220770 or 6180211. OLE color: 6180211.

HSL color Cylindrical-coordinate representation of color #734D5E: hue angle of 333.16º 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 #734D5E is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 77 94 -
CMYK 0 0.33 0.18 0.55
HSL 333.16º 0.2% 0.38% -
HSV(B) 333.16º 0.33% 0.45% -
XYZ 11.74 9.76 11.85 -
YUV 90.3 130.09 145.62 -
System Red Green Blue C M Y K H S L
Decimal 115 77 94 0 0.33 0.18 0.55 333.16 0.2 0.38
Hex 73 4D 5E 0 21 12 37 14D 14 26
Octal 163 115 136 0 41 22 67 515 24 46
Binary 1110011 1001101 1011110 0 100001 10010 110111 101001101 10100 100110

Color Harmonies of #734D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734D5E

Black with #734D5E

Text Example


Text Example

White with #734D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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