Html Css Color HEX #735563 Cosmic

📋 copy color: '#735563'

red 115 ◦ green 85 ◦ blue 99

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

Shades of Cosmic #735563

Tints of Cosmic #735563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.11%

R = 38.46%
G = 28.43%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#735563 (or 0x735563) is known color: Cosmic. HEX triplet: 73, 55 and 63. RGB value is (115,85,99). Sum of RGB (Red+Green+Blue) = 115+85+99=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #735563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735563 is #8CAA9C. Grayscale: #5F5F5F. Windows color (decimal): -9218717 or 6509939. OLE color: 6509939.

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

Color convert

RGB 115 85 99 -
CMYK 0 0.26 0.14 0.55
HSL 332º 0.15% 0.39% -
HSV(B) 332º 0.26% 0.45% -
XYZ 12.57 11.04 13.27 -
YUV 95.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 115 85 99 0 0.26 0.14 0.55 332 0.15 0.39
Hex 73 55 63 0 1A E 37 14C F 27
Octal 163 125 143 0 32 16 67 514 17 47
Binary 1110011 1010101 1100011 0 11010 1110 110111 101001100 1111 100111

Color Harmonies of #735563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735563

Black with #735563

Text Example


Text Example

White with #735563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735563; }

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

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

background-color css

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

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

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

border-color css

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

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

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