Html Css Color HEX #735864 Cosmic

📋 copy color: '#735864'

red 115 ◦ green 88 ◦ blue 100

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

Shades of Cosmic #735864

Tints of Cosmic #735864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

 BLUE value IS 100 (39.45% from 255) = 33%

R = 37.95%
G = 29.04%
B = 33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#735864 (or 0x735864) is known color: Cosmic. HEX triplet: 73, 58 and 64. RGB value is (115,88,100). Sum of RGB (Red+Green+Blue) = 115+88+100=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #735864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735864 is #8CA79B. Grayscale: #616161. Windows color (decimal): -9217948 or 6576243. OLE color: 6576243.

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

Color convert

RGB 115 88 100 -
CMYK 0 0.23 0.13 0.55
HSL 333.33º 0.13% 0.4% -
HSV(B) 333.33º 0.23% 0.45% -
XYZ 12.86 11.54 13.61 -
YUV 97.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 115 88 100 0 0.23 0.13 0.55 333.33 0.13 0.4
Hex 73 58 64 0 17 D 37 14D D 28
Octal 163 130 144 0 27 15 67 515 15 50
Binary 1110011 1011000 1100100 0 10111 1101 110111 101001101 1101 101000

Color Harmonies of #735864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735864

Black with #735864

Text Example


Text Example

White with #735864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735864; }

 p { color: rgb(115,88,100); }

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

background-color css

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

 a { background-color: rgb(115,88,100); }

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

border-color css

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

 span { border-color: rgb(115,88,100); }

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