Html Css Color HEX #734D5C Cosmic

📋 copy color: '#734D5C'

red 115 ◦ green 77 ◦ blue 92

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

Shades of Cosmic #734D5C

Tints of Cosmic #734D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.39%

R = 40.49%
G = 27.11%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#734D5C (or 0x734D5C) is known color: Cosmic. HEX triplet: 73, 4D and 5C. RGB value is (115,77,92). Sum of RGB (Red+Green+Blue) = 115+77+92=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #734D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D5C is #8CB2A3. Grayscale: #5A5A5A. Windows color (decimal): -9220772 or 6049139. OLE color: 6049139.

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

Color convert

RGB 115 77 92 -
CMYK 0 0.33 0.20 0.55
HSL 336.32º 0.2% 0.38% -
HSV(B) 336.32º 0.33% 0.45% -
XYZ 11.66 9.73 11.39 -
YUV 90.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 115 77 92 0 0.33 0.20 0.55 336.32 0.2 0.38
Hex 73 4D 5C 0 21 14 37 150 14 26
Octal 163 115 134 0 41 24 67 520 24 46
Binary 1110011 1001101 1011100 0 100001 10100 110111 101010000 10100 100110

Color Harmonies of #734D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734D5C

Black with #734D5C

Text Example


Text Example

White with #734D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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