Html Css Color HEX #734A61 Cosmic

📋 copy color: '#734A61'

red 115 ◦ green 74 ◦ blue 97

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

Shades of Cosmic #734A61

Tints of Cosmic #734A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.92%

R = 40.21%
G = 25.87%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#734A61 (or 0x734A61) is known color: Cosmic. HEX triplet: 73, 4A and 61. RGB value is (115,74,97). Sum of RGB (Red+Green+Blue) = 115+74+97=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #734A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734A61 is #8CB59E. Grayscale: #585858. Windows color (decimal): -9221535 or 6376051. OLE color: 6376051.

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

Color convert

RGB 115 74 97 -
CMYK 0 0.36 0.16 0.55
HSL 326.34º 0.22% 0.37% -
HSV(B) 326.34º 0.36% 0.45% -
XYZ 11.68 9.41 12.51 -
YUV 88.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 115 74 97 0 0.36 0.16 0.55 326.34 0.22 0.37
Hex 73 4A 61 0 24 10 37 146 16 25
Octal 163 112 141 0 44 20 67 506 26 45
Binary 1110011 1001010 1100001 0 100100 10000 110111 101000110 10110 100101

Color Harmonies of #734A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734A61

Black with #734A61

Text Example


Text Example

White with #734A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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