Html Css Color HEX #73555F Cosmic

📋 copy color: '#73555F'

red 115 ◦ green 85 ◦ blue 95

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

Shades of Cosmic #73555F

Tints of Cosmic #73555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

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

R = 38.98%
G = 28.81%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73555F (or 0x73555F) is known color: Cosmic. HEX triplet: 73, 55 and 5F. RGB value is (115,85,95). Sum of RGB (Red+Green+Blue) = 115+85+95=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #73555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73555F is #8CAAA0. Grayscale: #5F5F5F. Windows color (decimal): -9218721 or 6247795. OLE color: 6247795.

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

Color convert

RGB 115 85 95 -
CMYK 0 0.26 0.17 0.55
HSL 340º 0.15% 0.39% -
HSV(B) 340º 0.26% 0.45% -
XYZ 12.38 10.97 12.29 -
YUV 95.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 115 85 95 0 0.26 0.17 0.55 340 0.15 0.39
Hex 73 55 5F 0 1A 11 37 154 F 27
Octal 163 125 137 0 32 21 67 524 17 47
Binary 1110011 1010101 1011111 0 11010 10001 110111 101010100 1111 100111

Color Harmonies of #73555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73555F

Black with #73555F

Text Example


Text Example

White with #73555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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