Html Css Color HEX #735560 Cosmic

📋 copy color: '#735560'

red 115 ◦ green 85 ◦ blue 96

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

Shades of Cosmic #735560

Tints of Cosmic #735560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.72%

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

R = 38.85%
G = 28.72%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#735560 (or 0x735560) is known color: Cosmic. HEX triplet: 73, 55 and 60. RGB value is (115,85,96). Sum of RGB (Red+Green+Blue) = 115+85+96=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #735560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735560 is #8CAA9F. Grayscale: #5F5F5F. Windows color (decimal): -9218720 or 6313331. OLE color: 6313331.

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

Color convert

RGB 115 85 96 -
CMYK 0 0.26 0.17 0.55
HSL 338º 0.15% 0.39% -
HSV(B) 338º 0.26% 0.45% -
XYZ 12.43 10.99 12.53 -
YUV 95.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 115 85 96 0 0.26 0.17 0.55 338 0.15 0.39
Hex 73 55 60 0 1A 11 37 152 F 27
Octal 163 125 140 0 32 21 67 522 17 47
Binary 1110011 1010101 1100000 0 11010 10001 110111 101010010 1111 100111

Color Harmonies of #735560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735560

Black with #735560

Text Example


Text Example

White with #735560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735560; }

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

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

background-color css

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

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

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

border-color css

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

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

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