Html Css Color HEX #735561 Cosmic

📋 copy color: '#735561'

red 115 ◦ green 85 ◦ blue 97

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

Shades of Cosmic #735561

Tints of Cosmic #735561

RGB

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

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

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

R = 38.72%
G = 28.62%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#735561 (or 0x735561) is known color: Cosmic. HEX triplet: 73, 55 and 61. RGB value is (115,85,97). Sum of RGB (Red+Green+Blue) = 115+85+97=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 115 - color contains mainly: red. Hex color #735561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735561 is #8CAA9E. Grayscale: #5F5F5F. Windows color (decimal): -9218719 or 6378867. OLE color: 6378867.

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

Color convert

RGB 115 85 97 -
CMYK 0 0.26 0.16 0.55
HSL 336º 0.15% 0.39% -
HSV(B) 336º 0.26% 0.45% -
XYZ 12.48 11 12.78 -
YUV 95.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 115 85 97 0 0.26 0.16 0.55 336 0.15 0.39
Hex 73 55 61 0 1A 10 37 150 F 27
Octal 163 125 141 0 32 20 67 520 17 47
Binary 1110011 1010101 1100001 0 11010 10000 110111 101010000 1111 100111

Color Harmonies of #735561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735561

Black with #735561

Text Example


Text Example

White with #735561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735561; }

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

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

background-color css

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

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

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

border-color css

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

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

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