Html Css Color HEX #735865 Cosmic

📋 copy color: '#735865'

red 115 ◦ green 88 ◦ blue 101

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

Shades of Cosmic #735865

Tints of Cosmic #735865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.22%

R = 37.83%
G = 28.95%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#735865 (or 0x735865) is known color: Cosmic. HEX triplet: 73, 58 and 65. RGB value is (115,88,101). Sum of RGB (Red+Green+Blue) = 115+88+101=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 115 - color contains mainly: red. Hex color #735865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735865 is #8CA79A. Grayscale: #616161. Windows color (decimal): -9217947 or 6641779. OLE color: 6641779.

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

Color convert

RGB 115 88 101 -
CMYK 0 0.23 0.12 0.55
HSL 331.11º 0.13% 0.4% -
HSV(B) 331.11º 0.23% 0.45% -
XYZ 12.91 11.56 13.86 -
YUV 97.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 115 88 101 0 0.23 0.12 0.55 331.11 0.13 0.4
Hex 73 58 65 0 17 C 37 14B D 28
Octal 163 130 145 0 27 14 67 513 15 50
Binary 1110011 1011000 1100101 0 10111 1100 110111 101001011 1101 101000

Color Harmonies of #735865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735865

Black with #735865

Text Example


Text Example

White with #735865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735865; }

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

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

background-color css

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

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

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

border-color css

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

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

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