Html Css Color HEX #734960 Cosmic

📋 copy color: '#734960'

red 115 ◦ green 73 ◦ blue 96

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

Shades of Cosmic #734960

Tints of Cosmic #734960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.7%

 BLUE value IS 96 (37.89% from 255) = 33.8%

R = 40.49%
G = 25.7%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#734960 (or 0x734960) is known color: Cosmic. HEX triplet: 73, 49 and 60. RGB value is (115,73,96). Sum of RGB (Red+Green+Blue) = 115+73+96=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #734960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734960 is #8CB69F. Grayscale: #585858. Windows color (decimal): -9221792 or 6310259. OLE color: 6310259.

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

Color convert

RGB 115 73 96 -
CMYK 0 0.37 0.17 0.55
HSL 327.14º 0.22% 0.37% -
HSV(B) 327.14º 0.37% 0.45% -
XYZ 11.56 9.25 12.24 -
YUV 88.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 115 73 96 0 0.37 0.17 0.55 327.14 0.22 0.37
Hex 73 49 60 0 25 11 37 147 16 25
Octal 163 111 140 0 45 21 67 507 26 45
Binary 1110011 1001001 1100000 0 100101 10001 110111 101000111 10110 100101

Color Harmonies of #734960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734960

Black with #734960

Text Example


Text Example

White with #734960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734960; }

 p { color: rgb(115,73,96); }

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

background-color css

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

 a { background-color: rgb(115,73,96); }

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

border-color css

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

 span { border-color: rgb(115,73,96); }

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