Html Css Color HEX #735760 Cosmic

📋 copy color: '#735760'

red 115 ◦ green 87 ◦ blue 96

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

Shades of Cosmic #735760

Tints of Cosmic #735760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.19%

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

R = 38.59%
G = 29.19%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#735760 (or 0x735760) is known color: Cosmic. HEX triplet: 73, 57 and 60. RGB value is (115,87,96). Sum of RGB (Red+Green+Blue) = 115+87+96=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 115 - color contains mainly: red. Hex color #735760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735760 is #8CA89F. Grayscale: #606060. Windows color (decimal): -9218208 or 6313843. OLE color: 6313843.

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

Color convert

RGB 115 87 96 -
CMYK 0 0.24 0.17 0.55
HSL 340.71º 0.14% 0.4% -
HSV(B) 340.71º 0.24% 0.45% -
XYZ 12.59 11.31 12.59 -
YUV 96.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 115 87 96 0 0.24 0.17 0.55 340.71 0.14 0.4
Hex 73 57 60 0 18 11 37 155 E 28
Octal 163 127 140 0 30 21 67 525 16 50
Binary 1110011 1010111 1100000 0 11000 10001 110111 101010101 1110 101000

Color Harmonies of #735760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735760

Black with #735760

Text Example


Text Example

White with #735760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735760; }

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

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

background-color css

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

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

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

border-color css

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

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

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