Html Css Color HEX #735361 Cosmic

📋 copy color: '#735361'

red 115 ◦ green 83 ◦ blue 97

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

Shades of Cosmic #735361

Tints of Cosmic #735361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.14%

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

R = 38.98%
G = 28.14%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#735361 (or 0x735361) is known color: Cosmic. HEX triplet: 73, 53 and 61. RGB value is (115,83,97). Sum of RGB (Red+Green+Blue) = 115+83+97=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #735361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735361 is #8CAC9E. Grayscale: #5E5E5E. Windows color (decimal): -9219231 or 6378355. OLE color: 6378355.

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

Color convert

RGB 115 83 97 -
CMYK 0 0.28 0.16 0.55
HSL 333.75º 0.16% 0.39% -
HSV(B) 333.75º 0.28% 0.45% -
XYZ 12.32 10.69 12.72 -
YUV 94.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 115 83 97 0 0.28 0.16 0.55 333.75 0.16 0.39
Hex 73 53 61 0 1C 10 37 14E 10 27
Octal 163 123 141 0 34 20 67 516 20 47
Binary 1110011 1010011 1100001 0 11100 10000 110111 101001110 10000 100111

Color Harmonies of #735361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735361

Black with #735361

Text Example


Text Example

White with #735361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735361; }

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

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

background-color css

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

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

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

border-color css

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

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

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