Html Css Color HEX #735861 Cosmic

📋 copy color: '#735861'

red 115 ◦ green 88 ◦ blue 97

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

Shades of Cosmic #735861

Tints of Cosmic #735861

RGB

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

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

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

R = 38.33%
G = 29.33%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#735861 (or 0x735861) is known color: Cosmic. HEX triplet: 73, 58 and 61. RGB value is (115,88,97). Sum of RGB (Red+Green+Blue) = 115+88+97=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 115 - color contains mainly: red. Hex color #735861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735861 is #8CA79E. Grayscale: #616161. Windows color (decimal): -9217951 or 6379635. OLE color: 6379635.

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

Color convert

RGB 115 88 97 -
CMYK 0 0.23 0.16 0.55
HSL 340º 0.13% 0.4% -
HSV(B) 340º 0.23% 0.45% -
XYZ 12.72 11.49 12.86 -
YUV 97.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 115 88 97 0 0.23 0.16 0.55 340 0.13 0.4
Hex 73 58 61 0 17 10 37 154 D 28
Octal 163 130 141 0 27 20 67 524 15 50
Binary 1110011 1011000 1100001 0 10111 10000 110111 101010100 1101 101000

Color Harmonies of #735861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735861

Black with #735861

Text Example


Text Example

White with #735861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735861; }

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

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

background-color css

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

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

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

border-color css

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

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

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