Html Css Color HEX #73535F Cosmic

📋 copy color: '#73535F'

red 115 ◦ green 83 ◦ blue 95

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

Shades of Cosmic #73535F

Tints of Cosmic #73535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.33%

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

R = 39.25%
G = 28.33%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73535F (or 0x73535F) is known color: Cosmic. HEX triplet: 73, 53 and 5F. RGB value is (115,83,95). Sum of RGB (Red+Green+Blue) = 115+83+95=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #73535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73535F is #8CACA0. Grayscale: #5D5D5D. Windows color (decimal): -9219233 or 6247283. OLE color: 6247283.

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

Color convert

RGB 115 83 95 -
CMYK 0 0.28 0.17 0.55
HSL 337.5º 0.16% 0.39% -
HSV(B) 337.5º 0.28% 0.45% -
XYZ 12.23 10.66 12.24 -
YUV 93.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 115 83 95 0 0.28 0.17 0.55 337.5 0.16 0.39
Hex 73 53 5F 0 1C 11 37 152 10 27
Octal 163 123 137 0 34 21 67 522 20 47
Binary 1110011 1010011 1011111 0 11100 10001 110111 101010010 10000 100111

Color Harmonies of #73535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73535F

Black with #73535F

Text Example


Text Example

White with #73535F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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