Html Css Color HEX #73565F Cosmic

📋 copy color: '#73565F'

red 115 ◦ green 86 ◦ blue 95

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

Shades of Cosmic #73565F

Tints of Cosmic #73565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.05%

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 38.85%
G = 29.05%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73565F (or 0x73565F) is known color: Cosmic. HEX triplet: 73, 56 and 5F. RGB value is (115,86,95). Sum of RGB (Red+Green+Blue) = 115+86+95=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 115 - color contains mainly: red. Hex color #73565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73565F is #8CA9A0. Grayscale: #5F5F5F. Windows color (decimal): -9218465 or 6248051. OLE color: 6248051.

HSL color Cylindrical-coordinate representation of color #73565F: hue angle of 341.38º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73565F is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 86 95 -
CMYK 0 0.25 0.17 0.55
HSL 341.38º 0.14% 0.39% -
HSV(B) 341.38º 0.25% 0.45% -
XYZ 12.46 11.13 12.32 -
YUV 95.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 115 86 95 0 0.25 0.17 0.55 341.38 0.14 0.39
Hex 73 56 5F 0 19 11 37 155 E 27
Octal 163 126 137 0 31 21 67 525 16 47
Binary 1110011 1010110 1011111 0 11001 10001 110111 101010101 1110 100111

Color Harmonies of #73565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73565F

Black with #73565F

Text Example


Text Example

White with #73565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73565F; }

 p { color: rgb(115,86,95); }

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

background-color css

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

 a { background-color: rgb(115,86,95); }

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

border-color css

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

 span { border-color: rgb(115,86,95); }

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