Html Css Color HEX #73515F Cosmic

📋 copy color: '#73515F'

red 115 ◦ green 81 ◦ blue 95

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

Shades of Cosmic #73515F

Tints of Cosmic #73515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.84%

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

R = 39.52%
G = 27.84%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73515F (or 0x73515F) is known color: Cosmic. HEX triplet: 73, 51 and 5F. RGB value is (115,81,95). Sum of RGB (Red+Green+Blue) = 115+81+95=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 115 - color contains mainly: red. Hex color #73515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73515F is #8CAEA0. Grayscale: #5C5C5C. Windows color (decimal): -9219745 or 6246771. OLE color: 6246771.

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

Color convert

RGB 115 81 95 -
CMYK 0 0.30 0.17 0.55
HSL 335.29º 0.17% 0.38% -
HSV(B) 335.29º 0.3% 0.45% -
XYZ 12.08 10.36 12.19 -
YUV 92.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 115 81 95 0 0.30 0.17 0.55 335.29 0.17 0.38
Hex 73 51 5F 0 1E 11 37 14F 11 26
Octal 163 121 137 0 36 21 67 517 21 46
Binary 1110011 1010001 1011111 0 11110 10001 110111 101001111 10001 100110

Color Harmonies of #73515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73515F

Black with #73515F

Text Example


Text Example

White with #73515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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