Html Css Color HEX #735063 Cosmic

📋 copy color: '#735063'

red 115 ◦ green 80 ◦ blue 99

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

Shades of Cosmic #735063

Tints of Cosmic #735063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.21%

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

R = 39.12%
G = 27.21%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#735063 (or 0x735063) is known color: Cosmic. HEX triplet: 73, 50 and 63. RGB value is (115,80,99). Sum of RGB (Red+Green+Blue) = 115+80+99=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #735063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735063 is #8CAF9C. Grayscale: #5C5C5C. Windows color (decimal): -9219997 or 6508659. OLE color: 6508659.

HSL color Cylindrical-coordinate representation of color #735063: hue angle of 327.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #735063 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 80 99 -
CMYK 0 0.30 0.14 0.55
HSL 327.43º 0.18% 0.38% -
HSV(B) 327.43º 0.3% 0.45% -
XYZ 12.19 10.28 13.15 -
YUV 92.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 115 80 99 0 0.30 0.14 0.55 327.43 0.18 0.38
Hex 73 50 63 0 1E E 37 147 12 26
Octal 163 120 143 0 36 16 67 507 22 46
Binary 1110011 1010000 1100011 0 11110 1110 110111 101000111 10010 100110

Color Harmonies of #735063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735063

Black with #735063

Text Example


Text Example

White with #735063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735063; }

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

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

background-color css

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

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

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

border-color css

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

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

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